Html Css Color HEX #336020 Green House

📋 copy color: '#336020'

red 51 ◦ green 96 ◦ blue 32

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

Shades of Green House #336020

Tints of Green House #336020

RGB

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

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

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

R = 28.49%
G = 53.63%
B = 17.88%

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

#336020 (or 0x336020) is known color: Green House. HEX triplet: 33, 60 and 20. RGB value is (51,96,32). Sum of RGB (Red+Green+Blue) = 51+96+32=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #336020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336020 is #CC9FDF. Grayscale: #4B4B4B. Windows color (decimal): -13410272 or 2121779. OLE color: 2121779.

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

Color convert

RGB 51 96 32 -
CMYK 0.47 0 0.67 0.62
HSL 102.19º 0.5% 0.25% -
HSV(B) 102.19º 0.67% 0.38% -
XYZ 5.81 9.17 2.83 -
YUV 75.25 103.59 110.7 -
System Red Green Blue C M Y K H S L
Decimal 51 96 32 0.47 0 0.67 0.62 102.19 0.5 0.25
Hex 33 60 20 2F 0 43 3E 66 32 19
Octal 63 140 40 57 0 103 76 146 62 31
Binary 110011 1100000 100000 101111 0 1000011 111110 1100110 110010 11001

Color Harmonies of #336020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336020

Black with #336020

Text Example


Text Example

White with #336020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336020; }

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

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

background-color css

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

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

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

border-color css

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

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

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