Html Css Color HEX #367614 Bilbao

📋 copy color: '#367614'

red 54 ◦ green 118 ◦ blue 20

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

Shades of Bilbao #367614

Tints of Bilbao #367614

RGB

 RED value IS 54 (21.48% from 255) = 28.13%

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

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

R = 28.13%
G = 61.46%
B = 10.42%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#367614 (or 0x367614) is known color: Bilbao. HEX triplet: 36, 76 and 14. RGB value is (54,118,20). Sum of RGB (Red+Green+Blue) = 54+118+20=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 118 (46.48% from 255 or 61.46% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 118 - color contains mainly: green. Hex color #367614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367614 is #C989EB. Grayscale: #585858. Windows color (decimal): -13208044 or 1340982. OLE color: 1340982.

HSL color Cylindrical-coordinate representation of color #367614: hue angle of 99.18º 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 #367614 is Cyan = 0.54, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 118 20 -
CMYK 0.54 0 0.83 0.54
HSL 99.18º 0.71% 0.27% -
HSV(B) 99.18º 0.83% 0.46% -
XYZ 8.13 13.79 2.9 -
YUV 87.69 89.8 103.97 -
System Red Green Blue C M Y K H S L
Decimal 54 118 20 0.54 0 0.83 0.54 99.18 0.71 0.27
Hex 36 76 14 36 0 53 36 63 47 1B
Octal 66 166 24 66 0 123 66 143 107 33
Binary 110110 1110110 10100 110110 0 1010011 110110 1100011 1000111 11011

Color Harmonies of #367614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367614

Black with #367614

Text Example


Text Example

White with #367614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367614; }

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

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

background-color css

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

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

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

border-color css

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

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

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