Html Css Color HEX #397812 Bilbao

📋 copy color: '#397812'

red 57 ◦ green 120 ◦ blue 18

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

Shades of Bilbao #397812

Tints of Bilbao #397812

RGB

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

 GREEN value IS 120 (47.27% from 255) = 61.54%

 BLUE value IS 18 (7.42% from 255) = 9.23%

R = 29.23%
G = 61.54%
B = 9.23%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#397812 (or 0x397812) is known color: Bilbao. HEX triplet: 39, 78 and 12. RGB value is (57,120,18). Sum of RGB (Red+Green+Blue) = 57+120+18=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 120 (47.27% from 255 or 61.54% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 120 - color contains mainly: green. Hex color #397812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397812 is #C687ED. Grayscale: #595959. Windows color (decimal): -13010926 or 1210425. OLE color: 1210425.

HSL color Cylindrical-coordinate representation of color #397812: hue angle of 97.06º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #397812 is Cyan = 0.52, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 120 18 -
CMYK 0.52 0 0.85 0.53
HSL 97.06º 0.74% 0.27% -
HSV(B) 97.06º 0.85% 0.47% -
XYZ 8.51 14.35 2.89 -
YUV 89.54 87.63 104.79 -
System Red Green Blue C M Y K H S L
Decimal 57 120 18 0.52 0 0.85 0.53 97.06 0.74 0.27
Hex 39 78 12 34 0 55 35 61 4A 1B
Octal 71 170 22 64 0 125 65 141 112 33
Binary 111001 1111000 10010 110100 0 1010101 110101 1100001 1001010 11011

Color Harmonies of #397812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397812

Black with #397812

Text Example


Text Example

White with #397812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397812; }

 p { color: rgb(57,120,18); }

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

background-color css

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

 a { background-color: rgb(57,120,18); }

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

border-color css

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

 span { border-color: rgb(57,120,18); }

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