Html Css Color HEX #397321 Bilbao

📋 copy color: '#397321'

red 57 ◦ green 115 ◦ blue 33

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

Shades of Bilbao #397321

Tints of Bilbao #397321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.1%

R = 27.8%
G = 56.1%
B = 16.1%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#397321 (or 0x397321) is known color: Bilbao. HEX triplet: 39, 73 and 21. RGB value is (57,115,33). Sum of RGB (Red+Green+Blue) = 57+115+33=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 115 (45.31% from 255 or 56.10% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 115 - color contains mainly: green. Hex color #397321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397321 is #C68CDE. Grayscale: #585858. Windows color (decimal): -13012191 or 2192185. OLE color: 2192185.

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

Color convert

RGB 57 115 33 -
CMYK 0.50 0 0.71 0.55
HSL 102.44º 0.55% 0.29% -
HSV(B) 102.44º 0.71% 0.45% -
XYZ 8.09 13.24 3.57 -
YUV 88.31 96.78 105.67 -
System Red Green Blue C M Y K H S L
Decimal 57 115 33 0.50 0 0.71 0.55 102.44 0.55 0.29
Hex 39 73 21 32 0 47 37 66 37 1D
Octal 71 163 41 62 0 107 67 146 67 35
Binary 111001 1110011 100001 110010 0 1000111 110111 1100110 110111 11101

Color Harmonies of #397321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397321

Black with #397321

Text Example


Text Example

White with #397321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397321; }

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

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

background-color css

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

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

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

border-color css

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

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

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