Html Css Color HEX #367114 Bilbao

📋 copy color: '#367114'

red 54 ◦ green 113 ◦ blue 20

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

Shades of Bilbao #367114

Tints of Bilbao #367114

RGB

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

 GREEN value IS 113 (44.53% from 255) = 60.43%

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

R = 28.88%
G = 60.43%
B = 10.7%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#367114 (or 0x367114) is known color: Bilbao. HEX triplet: 36, 71 and 14. RGB value is (54,113,20). Sum of RGB (Red+Green+Blue) = 54+113+20=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 113 (44.53% from 255 or 60.43% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 113 - color contains mainly: green. Hex color #367114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367114 is #C98EEB. Grayscale: #555555. Windows color (decimal): -13209324 or 1339702. OLE color: 1339702.

HSL color Cylindrical-coordinate representation of color #367114: hue angle of 98.06º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #367114 is Cyan = 0.52, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 113 20 -
CMYK 0.52 0 0.82 0.56
HSL 98.06º 0.7% 0.26% -
HSV(B) 98.06º 0.82% 0.44% -
XYZ 7.55 12.65 2.7 -
YUV 84.76 91.45 106.06 -
System Red Green Blue C M Y K H S L
Decimal 54 113 20 0.52 0 0.82 0.56 98.06 0.7 0.26
Hex 36 71 14 34 0 52 38 62 46 1A
Octal 66 161 24 64 0 122 70 142 106 32
Binary 110110 1110001 10100 110100 0 1010010 111000 1100010 1000110 11010

Color Harmonies of #367114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367114

Black with #367114

Text Example


Text Example

White with #367114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367114; }

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

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

background-color css

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

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

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

border-color css

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

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

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