#3D5F33

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

Shades of Green House #3D5F33

Tints of Green House #3D5F33

Color information

#3D5F33 (or 0x3D5F33) is unknown color: approx Green House. HEX triplet: 3D, 5F and 33. RGB value is (61,95,51). Sum of RGB (Red+Green+Blue) = 61+95+51=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 95 (37.5% from 255 or 45.89% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 95 - color contains mainly: green. Hex color #3D5F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5F33 is #C2A0CC. Grayscale: #4F4F4F. Windows color (decimal): -12755149 or 3366717. OLE color: 3366717.

HSL color Cylindrical-coordinate representation of color #3D5F33: hue angle of 106.36º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D5F33 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.63.

Color convert

RGB619551-
CMYK0.3600.460.63
HSL106.36º30.14%28.63%-
HSV(B)106.36º46.32%37.25%-
XYZ6.619.424.6-
YUV79.82111.74114.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.47%
GREEN value IS 95 (37.5% from 255) = 45.89%
BLUE value IS 51 (20.31% from 255) = 24.64%
R=29.47%
G=45.89%
B=24.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6195510.3600.460.63106.3630.1428.63
Hex3D5F332402E3F6a1e1d
Octal751376344056771523635
Binary1111011011111110011100100010111011111111010101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D5F33; }

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

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

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

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

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

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

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

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