Html Css Color HEX #397327 Bilbao

📋 copy color: '#397327'

red 57 ◦ green 115 ◦ blue 39

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

Shades of Bilbao #397327

Tints of Bilbao #397327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.48%

R = 27.01%
G = 54.5%
B = 18.48%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#397327 (or 0x397327) is known color: Bilbao. HEX triplet: 39, 73 and 27. RGB value is (57,115,39). Sum of RGB (Red+Green+Blue) = 57+115+39=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #397327 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397327 is #C68CD8. Grayscale: #595959. Windows color (decimal): -13012185 or 2585401. OLE color: 2585401.

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

Color convert

RGB 57 115 39 -
CMYK 0.50 0 0.66 0.55
HSL 105.79º 0.49% 0.3% -
HSV(B) 105.79º 0.66% 0.45% -
XYZ 8.18 13.28 4.05 -
YUV 88.99 99.78 105.18 -
System Red Green Blue C M Y K H S L
Decimal 57 115 39 0.50 0 0.66 0.55 105.79 0.49 0.3
Hex 39 73 27 32 0 42 37 6A 31 1E
Octal 71 163 47 62 0 102 67 152 61 36
Binary 111001 1110011 100111 110010 0 1000010 110111 1101010 110001 11110

Color Harmonies of #397327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397327

Black with #397327

Text Example


Text Example

White with #397327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397327; }

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

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

background-color css

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

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

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

border-color css

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

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

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