Html Css Color HEX #397C08 Bilbao

📋 copy color: '#397C08'

red 57 ◦ green 124 ◦ blue 8

#397C08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #397C08

Tints of Bilbao #397C08

RGB

 RED value IS 57 (22.66% from 255) = 30.16%

 GREEN value IS 124 (48.83% from 255) = 65.61%

 BLUE value IS 8 (3.52% from 255) = 4.23%

R = 30.16%
G = 65.61%
B = 4.23%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#397C08 (or 0x397C08) is known color: Bilbao. HEX triplet: 39, 7C and 08. RGB value is (57,124,8). Sum of RGB (Red+Green+Blue) = 57+124+8=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 124 (48.83% from 255 or 65.61% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 124 - color contains mainly: green. Hex color #397C08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397C08 is #C683F7. Grayscale: #5B5B5B. Windows color (decimal): -13009912 or 556089. OLE color: 556089.

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

Color convert

RGB 57 124 8 -
CMYK 0.54 0 0.94 0.51
HSL 94.66º 0.88% 0.26% -
HSV(B) 94.66º 0.94% 0.49% -
XYZ 8.94 15.3 2.71 -
YUV 90.74 81.3 103.93 -
System Red Green Blue C M Y K H S L
Decimal 57 124 8 0.54 0 0.94 0.51 94.66 0.88 0.26
Hex 39 7C 8 36 0 5E 33 5F 58 1A
Octal 71 174 10 66 0 136 63 137 130 32
Binary 111001 1111100 1000 110110 0 1011110 110011 1011111 1011000 11010

Color Harmonies of #397C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397C08

Black with #397C08

Text Example


Text Example

White with #397C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #397C08;
 }
 .AnyTagClassName
 {
   color: #397C08;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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