Html Css Color HEX #336120 Green House

📋 copy color: '#336120'

red 51 ◦ green 97 ◦ blue 32

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

Shades of Green House #336120

Tints of Green House #336120

RGB

 RED value IS 51 (20.31% from 255) = 28.33%

 GREEN value IS 97 (38.28% from 255) = 53.89%

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

R = 28.33%
G = 53.89%
B = 17.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#336120 (or 0x336120) is known color: Green House. HEX triplet: 33, 61 and 20. RGB value is (51,97,32). Sum of RGB (Red+Green+Blue) = 51+97+32=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 97 (38.28% from 255 or 53.89% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 97 - color contains mainly: green. Hex color #336120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336120 is #CC9EDF. Grayscale: #4C4C4C. Windows color (decimal): -13410016 or 2122035. OLE color: 2122035.

HSL color Cylindrical-coordinate representation of color #336120: hue angle of 102.46º 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 #336120 is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 97 32 -
CMYK 0.47 0 0.67 0.62
HSL 102.46º 0.5% 0.25% -
HSV(B) 102.46º 0.67% 0.38% -
XYZ 5.9 9.36 2.86 -
YUV 75.84 103.26 110.29 -
System Red Green Blue C M Y K H S L
Decimal 51 97 32 0.47 0 0.67 0.62 102.46 0.5 0.25
Hex 33 61 20 2F 0 43 3E 66 32 19
Octal 63 141 40 57 0 103 76 146 62 31
Binary 110011 1100001 100000 101111 0 1000011 111110 1100110 110010 11001

Color Harmonies of #336120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336120

Black with #336120

Text Example


Text Example

White with #336120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336120; }

 p { color: rgb(51,97,32); }

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

background-color css

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

 a { background-color: rgb(51,97,32); }

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

border-color css

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

 span { border-color: rgb(51,97,32); }

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