Html Css Color HEX #397324 Bilbao

📋 copy color: '#397324'

red 57 ◦ green 115 ◦ blue 36

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

Shades of Bilbao #397324

Tints of Bilbao #397324

RGB

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

 GREEN value IS 115 (45.31% from 255) = 55.29%

 BLUE value IS 36 (14.45% from 255) = 17.31%

R = 27.4%
G = 55.29%
B = 17.31%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#397324 (or 0x397324) is known color: Bilbao. HEX triplet: 39, 73 and 24. RGB value is (57,115,36). Sum of RGB (Red+Green+Blue) = 57+115+36=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 115 (45.31% from 255 or 55.29% from 208); Blue value is 36 (14.45% from 255 or 17.31% from 208); Max value from RGB is 115 - color contains mainly: green. Hex color #397324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397324 is #C68CDB. Grayscale: #585858. Windows color (decimal): -13012188 or 2388793. OLE color: 2388793.

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

Color convert

RGB 57 115 36 -
CMYK 0.50 0 0.69 0.55
HSL 104.05º 0.52% 0.3% -
HSV(B) 104.05º 0.69% 0.45% -
XYZ 8.14 13.26 3.8 -
YUV 88.65 98.28 105.42 -
System Red Green Blue C M Y K H S L
Decimal 57 115 36 0.50 0 0.69 0.55 104.05 0.52 0.3
Hex 39 73 24 32 0 45 37 68 34 1E
Octal 71 163 44 62 0 105 67 150 64 36
Binary 111001 1110011 100100 110010 0 1000101 110111 1101000 110100 11110

Color Harmonies of #397324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397324

Black with #397324

Text Example


Text Example

White with #397324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397324; }

 p { color: rgb(57,115,36); }

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

background-color css

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

 a { background-color: rgb(57,115,36); }

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

border-color css

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

 span { border-color: rgb(57,115,36); }

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