Html Css Color HEX #366816 Bilbao

📋 copy color: '#366816'

red 54 ◦ green 104 ◦ blue 22

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

Shades of Bilbao #366816

Tints of Bilbao #366816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.22%

R = 30%
G = 57.78%
B = 12.22%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#366816 (or 0x366816) is known color: Bilbao. HEX triplet: 36, 68 and 16. RGB value is (54,104,22). Sum of RGB (Red+Green+Blue) = 54+104+22=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 104 (41.02% from 255 or 57.78% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 104 - color contains mainly: green. Hex color #366816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366816 is #C997E9. Grayscale: #4F4F4F. Windows color (decimal): -13211626 or 1468470. OLE color: 1468470.

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

Color convert

RGB 54 104 22 -
CMYK 0.48 0 0.79 0.59
HSL 96.59º 0.65% 0.25% -
HSV(B) 96.59º 0.79% 0.41% -
XYZ 6.62 10.74 2.48 -
YUV 79.7 95.44 109.67 -
System Red Green Blue C M Y K H S L
Decimal 54 104 22 0.48 0 0.79 0.59 96.59 0.65 0.25
Hex 36 68 16 30 0 4F 3B 61 41 19
Octal 66 150 26 60 0 117 73 141 101 31
Binary 110110 1101000 10110 110000 0 1001111 111011 1100001 1000001 11001

Color Harmonies of #366816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366816

Black with #366816

Text Example


Text Example

White with #366816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366816; }

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

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

background-color css

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

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

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

border-color css

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

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

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