Html Css Color HEX #397216 Bilbao

📋 copy color: '#397216'

red 57 ◦ green 114 ◦ blue 22

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

Shades of Bilbao #397216

Tints of Bilbao #397216

RGB

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

 GREEN value IS 114 (44.92% from 255) = 59.07%

 BLUE value IS 22 (8.98% from 255) = 11.4%

R = 29.53%
G = 59.07%
B = 11.4%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#397216 (or 0x397216) is known color: Bilbao. HEX triplet: 39, 72 and 16. RGB value is (57,114,22). Sum of RGB (Red+Green+Blue) = 57+114+22=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 114 (44.92% from 255 or 59.07% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 114 - color contains mainly: green. Hex color #397216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397216 is #C68DE9. Grayscale: #565656. Windows color (decimal): -13012458 or 1471033. OLE color: 1471033.

HSL color Cylindrical-coordinate representation of color #397216: hue angle of 97.17º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #397216 is Cyan = 0.50, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 114 22 -
CMYK 0.50 0 0.81 0.55
HSL 97.17º 0.68% 0.27% -
HSV(B) 97.17º 0.81% 0.45% -
XYZ 7.85 12.96 2.85 -
YUV 86.47 91.62 106.98 -
System Red Green Blue C M Y K H S L
Decimal 57 114 22 0.50 0 0.81 0.55 97.17 0.68 0.27
Hex 39 72 16 32 0 51 37 61 44 1B
Octal 71 162 26 62 0 121 67 141 104 33
Binary 111001 1110010 10110 110010 0 1010001 110111 1100001 1000100 11011

Color Harmonies of #397216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397216

Black with #397216

Text Example


Text Example

White with #397216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397216; }

 p { color: rgb(57,114,22); }

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

background-color css

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

 a { background-color: rgb(57,114,22); }

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

border-color css

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

 span { border-color: rgb(57,114,22); }

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