Html Css Color HEX #397613 Bilbao

📋 copy color: '#397613'

red 57 ◦ green 118 ◦ blue 19

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

Shades of Bilbao #397613

Tints of Bilbao #397613

RGB

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

 GREEN value IS 118 (46.48% from 255) = 60.82%

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

R = 29.38%
G = 60.82%
B = 9.79%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#397613 (or 0x397613) is known color: Bilbao. HEX triplet: 39, 76 and 13. RGB value is (57,118,19). Sum of RGB (Red+Green+Blue) = 57+118+19=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 118 (46.48% from 255 or 60.82% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 118 - color contains mainly: green. Hex color #397613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397613 is #C689EC. Grayscale: #585858. Windows color (decimal): -13011437 or 1275449. OLE color: 1275449.

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

Color convert

RGB 57 118 19 -
CMYK 0.52 0 0.84 0.54
HSL 96.97º 0.72% 0.27% -
HSV(B) 96.97º 0.84% 0.46% -
XYZ 8.28 13.87 2.86 -
YUV 88.48 88.79 105.55 -
System Red Green Blue C M Y K H S L
Decimal 57 118 19 0.52 0 0.84 0.54 96.97 0.72 0.27
Hex 39 76 13 34 0 54 36 61 48 1B
Octal 71 166 23 64 0 124 66 141 110 33
Binary 111001 1110110 10011 110100 0 1010100 110110 1100001 1001000 11011

Color Harmonies of #397613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397613

Black with #397613

Text Example


Text Example

White with #397613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397613; }

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

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

background-color css

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

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

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

border-color css

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

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

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