Html Css Color HEX #366022 Green House

📋 copy color: '#366022'

red 54 ◦ green 96 ◦ blue 34

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

Shades of Green House #366022

Tints of Green House #366022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.48%

R = 29.35%
G = 52.17%
B = 18.48%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#366022 (or 0x366022) is known color: Green House. HEX triplet: 36, 60 and 22. RGB value is (54,96,34). Sum of RGB (Red+Green+Blue) = 54+96+34=184 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.35% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #366022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366022 is #C99FDD. Grayscale: #4C4C4C. Windows color (decimal): -13213662 or 2252854. OLE color: 2252854.

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

Color convert

RGB 54 96 34 -
CMYK 0.44 0 0.65 0.62
HSL 100.65º 0.48% 0.25% -
HSV(B) 100.65º 0.65% 0.38% -
XYZ 5.99 9.27 2.99 -
YUV 76.37 104.09 112.04 -
System Red Green Blue C M Y K H S L
Decimal 54 96 34 0.44 0 0.65 0.62 100.65 0.48 0.25
Hex 36 60 22 2C 0 41 3E 65 30 19
Octal 66 140 42 54 0 101 76 145 60 31
Binary 110110 1100000 100010 101100 0 1000001 111110 1100101 110000 11001

Color Harmonies of #366022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366022

Black with #366022

Text Example


Text Example

White with #366022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366022; }

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

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

background-color css

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

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

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

border-color css

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

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

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