Html Css Color HEX #366C04 Bilbao

📋 copy color: '#366C04'

red 54 ◦ green 108 ◦ blue 4

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

Shades of Bilbao #366C04

Tints of Bilbao #366C04

RGB

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

 GREEN value IS 108 (42.58% from 255) = 65.06%

 BLUE value IS 4 (1.95% from 255) = 2.41%

R = 32.53%
G = 65.06%
B = 2.41%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#366C04 (or 0x366C04) is known color: Bilbao. HEX triplet: 36, 6C and 04. RGB value is (54,108,4). Sum of RGB (Red+Green+Blue) = 54+108+4=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 108 (42.58% from 255 or 65.06% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 108 - color contains mainly: green. Hex color #366C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366C04 is #C993FB. Grayscale: #505050. Windows color (decimal): -13210620 or 289846. OLE color: 289846.

HSL color Cylindrical-coordinate representation of color #366C04: hue angle of 91.15º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #366C04 is Cyan = 0.50, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 108 4 -
CMYK 0.50 0 0.96 0.58
HSL 91.15º 0.93% 0.22% -
HSV(B) 91.15º 0.96% 0.42% -
XYZ 6.91 11.52 1.97 -
YUV 80 85.11 109.46 -
System Red Green Blue C M Y K H S L
Decimal 54 108 4 0.50 0 0.96 0.58 91.15 0.93 0.22
Hex 36 6C 4 32 0 60 3A 5B 5D 16
Octal 66 154 4 62 0 140 72 133 135 26
Binary 110110 1101100 100 110010 0 1100000 111010 1011011 1011101 10110

Color Harmonies of #366C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366C04

Black with #366C04

Text Example


Text Example

White with #366C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366C04; }

 p { color: rgb(54,108,4); }

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

background-color css

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

 a { background-color: rgb(54,108,4); }

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

border-color css

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

 span { border-color: rgb(54,108,4); }

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