#335F2B

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

Shades of Green House #335F2B

Tints of Green House #335F2B

Color information

#335F2B (or 0x335F2B) is unknown color: approx Green House. HEX triplet: 33, 5F and 2B. RGB value is (51,95,43). Sum of RGB (Red+Green+Blue) = 51+95+43=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 95 (37.5% from 255 or 50.26% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 95 - color contains mainly: green. Hex color #335F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335F2B is #CCA0D4. Grayscale: #4C4C4C. Windows color (decimal): -13410517 or 2842419. OLE color: 2842419.

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

Color convert

RGB519543-
CMYK0.4600.550.63
HSL110.77º37.68%27.06%-
HSV(B)110.77º54.74%37.25%-
XYZ5.899.063.72-
YUV75.92109.42110.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.98%
GREEN value IS 95 (37.5% from 255) = 50.26%
BLUE value IS 43 (17.19% from 255) = 22.75%
R=26.98%
G=50.26%
B=22.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5195430.4600.550.63110.7737.6827.06
Hex335F2B2E0373F6f261b
Octal631375356067771574633
Binary11001110111111010111011100110111111111110111110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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