Html Css Color HEX #366C05 Bilbao

📋 copy color: '#366C05'

red 54 ◦ green 108 ◦ blue 5

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

Shades of Bilbao #366C05

Tints of Bilbao #366C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.99%

R = 32.34%
G = 64.67%
B = 2.99%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.95

 K value IS 0.58

RGB Variations

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

Color information

#366C05 (or 0x366C05) is known color: Bilbao. HEX triplet: 36, 6C and 05. RGB value is (54,108,5). Sum of RGB (Red+Green+Blue) = 54+108+5=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 108 (42.58% from 255 or 64.67% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 108 - color contains mainly: green. Hex color #366C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366C05 is #C993FA. Grayscale: #505050. Windows color (decimal): -13210619 or 355382. OLE color: 355382.

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

Color convert

RGB 54 108 5 -
CMYK 0.50 0 0.95 0.58
HSL 91.46º 0.91% 0.22% -
HSV(B) 91.46º 0.95% 0.42% -
XYZ 6.91 11.52 2 -
YUV 80.11 85.61 109.38 -
System Red Green Blue C M Y K H S L
Decimal 54 108 5 0.50 0 0.95 0.58 91.46 0.91 0.22
Hex 36 6C 5 32 0 5F 3A 5B 5B 16
Octal 66 154 5 62 0 137 72 133 133 26
Binary 110110 1101100 101 110010 0 1011111 111010 1011011 1011011 10110

Color Harmonies of #366C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366C05

Black with #366C05

Text Example


Text Example

White with #366C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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