#397C26

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

Shades of Bilbao #397C26

Tints of Bilbao #397C26

Color information

#397C26 (or 0x397C26) is unknown color: approx Bilbao. HEX triplet: 39, 7C and 26. RGB value is (57,124,38). Sum of RGB (Red+Green+Blue) = 57+124+38=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 124 (48.83% from 255 or 56.62% from 219); Blue value is 38 (15.23% from 255 or 17.35% from 219); Max value from RGB is 124 - color contains mainly: green. Hex color #397C26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397C26 is #C683D9. Grayscale: #5E5E5E. Windows color (decimal): -13009882 or 2522169. OLE color: 2522169.

HSL color Cylindrical-coordinate representation of color #397C26: hue angle of 106.74º degrees, saturation: 0.53, 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 #397C26 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB5712438-
CMYK0.5400.690.51
HSL106.74º53.09%31.76%-
HSV(B)106.74º69.35%48.63%-
XYZ9.2415.434.32-
YUV94.1696.3101.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.03%
GREEN value IS 124 (48.83% from 255) = 56.62%
BLUE value IS 38 (15.23% from 255) = 17.35%
R=26.03%
G=56.62%
B=17.35%

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
Decimal57124380.5400.690.51106.7453.0931.76
Hex397C2636045336b3520
Octal7117446660105631536540
Binary1110011111100100110110110010001011100111101011110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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