Html Css Color HEX #397118 Bilbao

📋 copy color: '#397118'

red 57 ◦ green 113 ◦ blue 24

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

Shades of Bilbao #397118

Tints of Bilbao #397118

RGB

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

 GREEN value IS 113 (44.53% from 255) = 58.25%

 BLUE value IS 24 (9.77% from 255) = 12.37%

R = 29.38%
G = 58.25%
B = 12.37%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#397118 (or 0x397118) is known color: Bilbao. HEX triplet: 39, 71 and 18. RGB value is (57,113,24). Sum of RGB (Red+Green+Blue) = 57+113+24=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 113 (44.53% from 255 or 58.25% from 194); Blue value is 24 (9.77% from 255 or 12.37% from 194); Max value from RGB is 113 - color contains mainly: green. Hex color #397118 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397118 is #C68EE7. Grayscale: #565656. Windows color (decimal): -13012712 or 1601849. OLE color: 1601849.

HSL color Cylindrical-coordinate representation of color #397118: hue angle of 97.75º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #397118 is Cyan = 0.50, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 113 24 -
CMYK 0.50 0 0.79 0.56
HSL 97.75º 0.65% 0.27% -
HSV(B) 97.75º 0.79% 0.44% -
XYZ 7.76 12.75 2.92 -
YUV 86.11 92.95 107.24 -
System Red Green Blue C M Y K H S L
Decimal 57 113 24 0.50 0 0.79 0.56 97.75 0.65 0.27
Hex 39 71 18 32 0 4F 38 62 41 1B
Octal 71 161 30 62 0 117 70 142 101 33
Binary 111001 1110001 11000 110010 0 1001111 111000 1100010 1000001 11011

Color Harmonies of #397118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397118

Black with #397118

Text Example


Text Example

White with #397118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397118; }

 p { color: rgb(57,113,24); }

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

background-color css

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

 a { background-color: rgb(57,113,24); }

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

border-color css

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

 span { border-color: rgb(57,113,24); }

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