Html Css Color HEX #397512 Bilbao

📋 copy color: '#397512'

red 57 ◦ green 117 ◦ blue 18

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

Shades of Bilbao #397512

Tints of Bilbao #397512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 60.94%

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

R = 29.69%
G = 60.94%
B = 9.38%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#397512 (or 0x397512) is known color: Bilbao. HEX triplet: 39, 75 and 12. RGB value is (57,117,18). Sum of RGB (Red+Green+Blue) = 57+117+18=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 117 (46.09% from 255 or 60.94% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 117 - color contains mainly: green. Hex color #397512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397512 is #C68AED. Grayscale: #585858. Windows color (decimal): -13011694 or 1209657. OLE color: 1209657.

HSL color Cylindrical-coordinate representation of color #397512: hue angle of 96.36º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #397512 is Cyan = 0.51, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 117 18 -
CMYK 0.51 0 0.85 0.54
HSL 96.36º 0.73% 0.26% -
HSV(B) 96.36º 0.85% 0.46% -
XYZ 8.16 13.64 2.77 -
YUV 87.77 88.62 106.05 -
System Red Green Blue C M Y K H S L
Decimal 57 117 18 0.51 0 0.85 0.54 96.36 0.73 0.26
Hex 39 75 12 33 0 55 36 60 49 1A
Octal 71 165 22 63 0 125 66 140 111 32
Binary 111001 1110101 10010 110011 0 1010101 110110 1100000 1001001 11010

Color Harmonies of #397512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397512

Black with #397512

Text Example


Text Example

White with #397512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397512; }

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

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

background-color css

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

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

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

border-color css

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

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

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