Html Css Color HEX #366F20 Bilbao

📋 copy color: '#366F20'

red 54 ◦ green 111 ◦ blue 32

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

Shades of Bilbao #366F20

Tints of Bilbao #366F20

RGB

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

 GREEN value IS 111 (43.75% from 255) = 56.35%

 BLUE value IS 32 (12.89% from 255) = 16.24%

R = 27.41%
G = 56.35%
B = 16.24%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#366F20 (or 0x366F20) is known color: Bilbao. HEX triplet: 36, 6F and 20. RGB value is (54,111,32). Sum of RGB (Red+Green+Blue) = 54+111+32=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 111 (43.75% from 255 or 56.35% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 111 - color contains mainly: green. Hex color #366F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366F20 is #C990DF. Grayscale: #555555. Windows color (decimal): -13209824 or 2125622. OLE color: 2125622.

HSL color Cylindrical-coordinate representation of color #366F20: hue angle of 103.29º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #366F20 is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 111 32 -
CMYK 0.51 0 0.71 0.56
HSL 103.29º 0.55% 0.28% -
HSV(B) 103.29º 0.71% 0.44% -
XYZ 7.47 12.26 3.34 -
YUV 84.95 98.12 105.92 -
System Red Green Blue C M Y K H S L
Decimal 54 111 32 0.51 0 0.71 0.56 103.29 0.55 0.28
Hex 36 6F 20 33 0 47 38 67 37 1C
Octal 66 157 40 63 0 107 70 147 67 34
Binary 110110 1101111 100000 110011 0 1000111 111000 1100111 110111 11100

Color Harmonies of #366F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366F20

Black with #366F20

Text Example


Text Example

White with #366F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,111,32); }

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

background-color css

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

 a { background-color: rgb(54,111,32); }

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

border-color css

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

 span { border-color: rgb(54,111,32); }

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