#335D2E

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

Shades of Green House #335D2E

Tints of Green House #335D2E

Color information

#335D2E (or 0x335D2E) is unknown color: approx Green House. HEX triplet: 33, 5D and 2E. RGB value is (51,93,46). Sum of RGB (Red+Green+Blue) = 51+93+46=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 93 (36.72% from 255 or 48.95% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 93 - color contains mainly: green. Hex color #335D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335D2E is #CCA2D1. Grayscale: #4B4B4B. Windows color (decimal): -13411026 or 3038515. OLE color: 3038515.

HSL color Cylindrical-coordinate representation of color #335D2E: hue angle of 113.62º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #335D2E is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.

Color convert

RGB519346-
CMYK0.4500.510.64
HSL113.62º33.81%27.25%-
HSV(B)113.62º50.54%36.47%-
XYZ5.778.733.97-
YUV75.08111.59110.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.84%
GREEN value IS 93 (36.72% from 255) = 48.95%
BLUE value IS 46 (18.36% from 255) = 24.21%
R=26.84%
G=48.95%
B=24.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5193460.4500.510.64113.6233.8127.25
Hex335D2E2D0334072221b
Octal6313556550631001624233
Binary110011101110110111010110101100111000000111001010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,93,46); }

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

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

 a { background-color: rgb(51,93,46); }

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

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

 span { border-color: rgb(51,93,46); }

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