#397b05

Color #397B05 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #397B05

Tints of Bilbao #397B05

Color information

#397B05 (or 0x397B05) is unknown color: approx Bilbao. HEX triplet: 39, 7B and 05. RGB value is (57,123,5). Sum of RGB (Red+Green+Blue) = 57+123+5=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 123 (48.44% from 255 or 66.49% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 123 - color contains mainly: green. Hex color #397B05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397B05 is #C684FA. Grayscale: #5A5A5A. Windows color (decimal): -13010171 or 359225. OLE color: 359225.

HSL color Cylindrical-coordinate representation of color #397B05: hue angle of 93.56º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #397B05 is Cyan = 0.54, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.52.

Color convert

RGB571235-
CMYK0.5400.960.52
HSL93.56º92.19%25.1%-
HSV(B)93.56º95.93%48.24%-
XYZ8.815.052.58-
YUV89.8180.13104.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 30.81%
GREEN value IS 123 (48.44% from 255) = 66.49%
BLUE value IS 5 (2.34% from 255) = 2.70%
R=30.81%
G=66.49%
B=2.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5712350.5400.960.5293.5692.1925.1
Hex397B536060345e5c19
Octal7117356601406413613431
Binary1110011111011101110110011000001101001011110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397b05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397b05; }

 p { color: rgb(57,123,5); }

 H1.HeaderClassName
 {
   color: #397b05;
 }
 .AnyTagClassName
 {
   color: #397b05;
 }
</style>
background-color css

<style>
 a { background-color: #397b05; }

 a { background-color: rgb(57,123,5); }

 div.DivClassName
 {
   background-color: #397b05;
 }
 .BgClassName
 {
   background-color: #397b05;
 }
</style>
border-color css

<style>
 span { border-color: #397b05; }

 span { border-color: rgb(57,123,5); }

 td.TdClassName
 {
   border-color: #397b05;
 }
 .TagClassName
 {
   border-color: #397b05;
 }
</style>