#335F2F

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

Shades of Green House #335F2F

Tints of Green House #335F2F

Color information

#335F2F (or 0x335F2F) is unknown color: approx Green House. HEX triplet: 33, 5F and 2F. RGB value is (51,95,47). Sum of RGB (Red+Green+Blue) = 51+95+47=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 95 (37.5% from 255 or 49.22% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 95 - color contains mainly: green. Hex color #335F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335F2F is #CCA0D0. Grayscale: #4C4C4C. Windows color (decimal): -13410513 or 3104563. OLE color: 3104563.

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

Color convert

RGB519547-
CMYK0.4600.510.63
HSL115º33.8%27.84%-
HSV(B)115º50.53%37.25%-
XYZ5.979.094.13-
YUV76.37111.42109.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.42%
GREEN value IS 95 (37.5% from 255) = 49.22%
BLUE value IS 47 (18.75% from 255) = 24.35%
R=26.42%
G=49.22%
B=24.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5195470.4600.510.6311533.827.84
Hex335F2F2E0333F73221c
Octal631375756063771634234
Binary11001110111111011111011100110011111111111001110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,95,47); }

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

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

 a { background-color: rgb(51,95,47); }

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

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

 span { border-color: rgb(51,95,47); }

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