#397C27

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

Shades of Bilbao #397C27

Tints of Bilbao #397C27

Color information

#397C27 (or 0x397C27) is unknown color: approx Bilbao. HEX triplet: 39, 7C and 27. RGB value is (57,124,39). Sum of RGB (Red+Green+Blue) = 57+124+39=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 124 (48.83% from 255 or 56.36% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 124 - color contains mainly: green. Hex color #397C27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397C27 is #C683D8. Grayscale: #5E5E5E. Windows color (decimal): -13009881 or 2587705. OLE color: 2587705.

HSL color Cylindrical-coordinate representation of color #397C27: hue angle of 107.29º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #397C27 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB5712439-
CMYK0.5400.690.51
HSL107.29º52.15%31.96%-
HSV(B)107.29º68.55%48.63%-
XYZ9.2615.434.41-
YUV94.2896.8101.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.91%
GREEN value IS 124 (48.83% from 255) = 56.36%
BLUE value IS 39 (15.62% from 255) = 17.73%
R=25.91%
G=56.36%
B=17.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57124390.5400.690.51107.2952.1531.96
Hex397C2736045336b3420
Octal7117447660105631536440
Binary1110011111100100111110110010001011100111101011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,124,39); }

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

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

 a { background-color: rgb(57,124,39); }

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

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

 span { border-color: rgb(57,124,39); }

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