#335E21

Color #335E21 Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #335E21

Tints of Green House #335E21

Color information

#335E21 (or 0x335E21) is unknown color: approx Green House. HEX triplet: 33, 5E and 21. RGB value is (51,94,33). Sum of RGB (Red+Green+Blue) = 51+94+33=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 94 (37.11% from 255 or 52.81% from 178); Blue value is 33 (13.28% from 255 or 18.54% from 178); Max value from RGB is 94 - color contains mainly: green. Hex color #335E21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335E21 is #CCA1DE. Grayscale: #4A4A4A. Windows color (decimal): -13410783 or 2186803. OLE color: 2186803.

HSL color Cylindrical-coordinate representation of color #335E21: hue angle of 102.3º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #335E21 is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.63.

Color convert

RGB519433-
CMYK0.4600.650.63
HSL102.3º48.03%24.9%-
HSV(B)102.3º64.89%36.86%-
XYZ5.648.822.84-
YUV74.19104.75111.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.65%
GREEN value IS 94 (37.11% from 255) = 52.81%
BLUE value IS 33 (13.28% from 255) = 18.54%
R=28.65%
G=52.81%
B=18.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5194330.4600.650.63102.348.0324.9
Hex335E212E0413F663019
Octal6313641560101771466031
Binary110011101111010000110111001000001111111110011011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335E21; }

 p { color: rgb(51,94,33); }

 H1.HeaderClassName
 {
   color: #335E21;
 }
 .AnyTagClassName
 {
   color: #335E21;
 }
</style>
background-color css

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

 a { background-color: rgb(51,94,33); }

 div.DivClassName
 {
   background-color: #335E21;
 }
 .BgClassName
 {
   background-color: #335E21;
 }
</style>
border-color css

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

 span { border-color: rgb(51,94,33); }

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