Html Css Color HEX #366814 Bilbao

📋 copy color: '#366814'

red 54 ◦ green 104 ◦ blue 20

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

Shades of Bilbao #366814

Tints of Bilbao #366814

RGB

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

 GREEN value IS 104 (41.02% from 255) = 58.43%

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

R = 30.34%
G = 58.43%
B = 11.24%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#366814 (or 0x366814) is known color: Bilbao. HEX triplet: 36, 68 and 14. RGB value is (54,104,20). Sum of RGB (Red+Green+Blue) = 54+104+20=178 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.34% from 178); Green value is 104 (41.02% from 255 or 58.43% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 104 - color contains mainly: green. Hex color #366814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366814 is #C997EB. Grayscale: #4F4F4F. Windows color (decimal): -13211628 or 1337398. OLE color: 1337398.

HSL color Cylindrical-coordinate representation of color #366814: hue angle of 95.71º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #366814 is Cyan = 0.48, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 104 20 -
CMYK 0.48 0 0.81 0.59
HSL 95.71º 0.68% 0.24% -
HSV(B) 95.71º 0.81% 0.41% -
XYZ 6.6 10.74 2.39 -
YUV 79.47 94.44 109.83 -
System Red Green Blue C M Y K H S L
Decimal 54 104 20 0.48 0 0.81 0.59 95.71 0.68 0.24
Hex 36 68 14 30 0 51 3B 60 44 18
Octal 66 150 24 60 0 121 73 140 104 30
Binary 110110 1101000 10100 110000 0 1010001 111011 1100000 1000100 11000

Color Harmonies of #366814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366814

Black with #366814

Text Example


Text Example

White with #366814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366814; }

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

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

background-color css

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

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

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

border-color css

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

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

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