Html Css Color HEX #336820 Green House

📋 copy color: '#336820'

red 51 ◦ green 104 ◦ blue 32

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

Shades of Green House #336820

Tints of Green House #336820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 55.61%

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

R = 27.27%
G = 55.61%
B = 17.11%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#336820 (or 0x336820) is known color: Green House. HEX triplet: 33, 68 and 20. RGB value is (51,104,32). Sum of RGB (Red+Green+Blue) = 51+104+32=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 104 (41.02% from 255 or 55.61% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 104 - color contains mainly: green. Hex color #336820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336820 is #CC97DF. Grayscale: #505050. Windows color (decimal): -13408224 or 2123827. OLE color: 2123827.

HSL color Cylindrical-coordinate representation of color #336820: hue angle of 104.17º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #336820 is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 104 32 -
CMYK 0.51 0 0.69 0.59
HSL 104.17º 0.53% 0.27% -
HSV(B) 104.17º 0.69% 0.41% -
XYZ 6.58 10.71 3.09 -
YUV 79.95 100.94 107.35 -
System Red Green Blue C M Y K H S L
Decimal 51 104 32 0.51 0 0.69 0.59 104.17 0.53 0.27
Hex 33 68 20 33 0 45 3B 68 35 1B
Octal 63 150 40 63 0 105 73 150 65 33
Binary 110011 1101000 100000 110011 0 1000101 111011 1101000 110101 11011

Color Harmonies of #336820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336820

Black with #336820

Text Example


Text Example

White with #336820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336820; }

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

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

background-color css

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

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

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

border-color css

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

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

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