Html Css Color HEX #366020 Green House

📋 copy color: '#366020'

red 54 ◦ green 96 ◦ blue 32

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

Shades of Green House #366020

Tints of Green House #366020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 52.75%

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

R = 29.67%
G = 52.75%
B = 17.58%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#366020 (or 0x366020) is known color: Green House. HEX triplet: 36, 60 and 20. RGB value is (54,96,32). Sum of RGB (Red+Green+Blue) = 54+96+32=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #366020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366020 is #C99FDF. Grayscale: #4C4C4C. Windows color (decimal): -13213664 or 2121782. OLE color: 2121782.

HSL color Cylindrical-coordinate representation of color #366020: hue angle of 99.38º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #366020 is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 96 32 -
CMYK 0.44 0 0.67 0.62
HSL 99.38º 0.5% 0.25% -
HSV(B) 99.38º 0.67% 0.38% -
XYZ 5.96 9.25 2.84 -
YUV 76.15 103.09 112.2 -
System Red Green Blue C M Y K H S L
Decimal 54 96 32 0.44 0 0.67 0.62 99.38 0.5 0.25
Hex 36 60 20 2C 0 43 3E 63 32 19
Octal 66 140 40 54 0 103 76 143 62 31
Binary 110110 1100000 100000 101100 0 1000011 111110 1100011 110010 11001

Color Harmonies of #366020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366020

Black with #366020

Text Example


Text Example

White with #366020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366020; }

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

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

background-color css

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

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

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

border-color css

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

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

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