Html Css Color HEX #397713 Bilbao

📋 copy color: '#397713'

red 57 ◦ green 119 ◦ blue 19

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

Shades of Bilbao #397713

Tints of Bilbao #397713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.74%

R = 29.23%
G = 61.03%
B = 9.74%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#397713 (or 0x397713) is known color: Bilbao. HEX triplet: 39, 77 and 13. RGB value is (57,119,19). Sum of RGB (Red+Green+Blue) = 57+119+19=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 119 (46.88% from 255 or 61.03% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 119 - color contains mainly: green. Hex color #397713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397713 is #C688EC. Grayscale: #595959. Windows color (decimal): -13011181 or 1275705. OLE color: 1275705.

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

Color convert

RGB 57 119 19 -
CMYK 0.52 0 0.84 0.53
HSL 97.2º 0.72% 0.27% -
HSV(B) 97.2º 0.84% 0.47% -
XYZ 8.4 14.11 2.9 -
YUV 89.06 88.46 105.13 -
System Red Green Blue C M Y K H S L
Decimal 57 119 19 0.52 0 0.84 0.53 97.2 0.72 0.27
Hex 39 77 13 34 0 54 35 61 48 1B
Octal 71 167 23 64 0 124 65 141 110 33
Binary 111001 1110111 10011 110100 0 1010100 110101 1100001 1001000 11011

Color Harmonies of #397713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397713

Black with #397713

Text Example


Text Example

White with #397713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397713; }

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

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

background-color css

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

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

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

border-color css

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

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

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