Html Css Color HEX #397320 Bilbao

📋 copy color: '#397320'

red 57 ◦ green 115 ◦ blue 32

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

Shades of Bilbao #397320

Tints of Bilbao #397320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.69%

R = 27.94%
G = 56.37%
B = 15.69%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#397320 (or 0x397320) is known color: Bilbao. HEX triplet: 39, 73 and 20. RGB value is (57,115,32). Sum of RGB (Red+Green+Blue) = 57+115+32=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 115 (45.31% from 255 or 56.37% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 115 - color contains mainly: green. Hex color #397320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397320 is #C68CDF. Grayscale: #585858. Windows color (decimal): -13012192 or 2126649. OLE color: 2126649.

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

Color convert

RGB 57 115 32 -
CMYK 0.50 0 0.72 0.55
HSL 101.93º 0.56% 0.29% -
HSV(B) 101.93º 0.72% 0.45% -
XYZ 8.08 13.24 3.5 -
YUV 88.2 96.28 105.75 -
System Red Green Blue C M Y K H S L
Decimal 57 115 32 0.50 0 0.72 0.55 101.93 0.56 0.29
Hex 39 73 20 32 0 48 37 66 38 1D
Octal 71 163 40 62 0 110 67 146 70 35
Binary 111001 1110011 100000 110010 0 1001000 110111 1100110 111000 11101

Color Harmonies of #397320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397320

Black with #397320

Text Example


Text Example

White with #397320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397320; }

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

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

background-color css

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

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

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

border-color css

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

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

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