Html Css Color HEX #397614 Bilbao

📋 copy color: '#397614'

red 57 ◦ green 118 ◦ blue 20

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

Shades of Bilbao #397614

Tints of Bilbao #397614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.26%

R = 29.23%
G = 60.51%
B = 10.26%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#397614 (or 0x397614) is known color: Bilbao. HEX triplet: 39, 76 and 14. RGB value is (57,118,20). Sum of RGB (Red+Green+Blue) = 57+118+20=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 118 (46.48% from 255 or 60.51% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 118 - color contains mainly: green. Hex color #397614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397614 is #C689EB. Grayscale: #585858. Windows color (decimal): -13011436 or 1340985. OLE color: 1340985.

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

Color convert

RGB 57 118 20 -
CMYK 0.52 0 0.83 0.54
HSL 97.35º 0.71% 0.27% -
HSV(B) 97.35º 0.83% 0.46% -
XYZ 8.29 13.88 2.9 -
YUV 88.59 89.29 105.47 -
System Red Green Blue C M Y K H S L
Decimal 57 118 20 0.52 0 0.83 0.54 97.35 0.71 0.27
Hex 39 76 14 34 0 53 36 61 47 1B
Octal 71 166 24 64 0 123 66 141 107 33
Binary 111001 1110110 10100 110100 0 1010011 110110 1100001 1000111 11011

Color Harmonies of #397614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397614

Black with #397614

Text Example


Text Example

White with #397614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397614; }

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

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

background-color css

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

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

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

border-color css

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

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

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