Html Css Color HEX #397710 Bilbao

📋 copy color: '#397710'

red 57 ◦ green 119 ◦ blue 16

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

Shades of Bilbao #397710

Tints of Bilbao #397710

RGB

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

 GREEN value IS 119 (46.88% from 255) = 61.98%

 BLUE value IS 16 (6.64% from 255) = 8.33%

R = 29.69%
G = 61.98%
B = 8.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#397710 (or 0x397710) is known color: Bilbao. HEX triplet: 39, 77 and 10. RGB value is (57,119,16). Sum of RGB (Red+Green+Blue) = 57+119+16=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 119 (46.88% from 255 or 61.98% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 119 - color contains mainly: green. Hex color #397710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397710 is #C688EF. Grayscale: #595959. Windows color (decimal): -13011184 or 1079097. OLE color: 1079097.

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

Color convert

RGB 57 119 16 -
CMYK 0.52 0 0.87 0.53
HSL 96.12º 0.76% 0.26% -
HSV(B) 96.12º 0.87% 0.47% -
XYZ 8.38 14.1 2.77 -
YUV 88.72 86.96 105.38 -
System Red Green Blue C M Y K H S L
Decimal 57 119 16 0.52 0 0.87 0.53 96.12 0.76 0.26
Hex 39 77 10 34 0 57 35 60 4C 1A
Octal 71 167 20 64 0 127 65 140 114 32
Binary 111001 1110111 10000 110100 0 1010111 110101 1100000 1001100 11010

Color Harmonies of #397710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397710

Black with #397710

Text Example


Text Example

White with #397710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397710; }

 p { color: rgb(57,119,16); }

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

background-color css

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

 a { background-color: rgb(57,119,16); }

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

border-color css

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

 span { border-color: rgb(57,119,16); }

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