#397B1C

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

Shades of Bilbao #397B1C

Tints of Bilbao #397B1C

Color information

#397B1C (or 0x397B1C) is unknown color: approx Bilbao. HEX triplet: 39, 7B and 1C. RGB value is (57,123,28). Sum of RGB (Red+Green+Blue) = 57+123+28=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 123 (48.44% from 255 or 59.13% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 123 - color contains mainly: green. Hex color #397B1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397B1C is #C684E3. Grayscale: #5C5C5C. Windows color (decimal): -13010148 or 1866553. OLE color: 1866553.

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

Color convert

RGB5712328-
CMYK0.5400.770.52
HSL101.68º62.91%29.61%-
HSV(B)101.68º77.24%48.24%-
XYZ8.9815.123.54-
YUV92.4491.63102.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.40%
GREEN value IS 123 (48.44% from 255) = 59.13%
BLUE value IS 28 (11.33% from 255) = 13.46%
R=27.40%
G=59.13%
B=13.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57123280.5400.770.52101.6862.9129.61
Hex397B1C3604D34663f1e
Octal7117334660115641467736
Binary11100111110111110011011001001101110100110011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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