#3B6335

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

Shades of Green House #3B6335

Tints of Green House #3B6335

Color information

#3B6335 (or 0x3B6335) is unknown color: approx Green House. HEX triplet: 3B, 63 and 35. RGB value is (59,99,53). Sum of RGB (Red+Green+Blue) = 59+99+53=211 (27% of max value = 765). Red value is 59 (23.44% from 255 or 27.96% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 99 - color contains mainly: green. Hex color #3B6335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6335 is #C49CCA. Grayscale: #515151. Windows color (decimal): -12885195 or 3498811. OLE color: 3498811.

HSL color Cylindrical-coordinate representation of color #3B6335: hue angle of 112.17º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B6335 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB599953-
CMYK0.4000.460.61
HSL112.17º30.26%29.8%-
HSV(B)112.17º46.46%38.82%-
XYZ6.9110.114.96-
YUV81.8111.75111.74-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.96%
GREEN value IS 99 (39.06% from 255) = 46.92%
BLUE value IS 53 (21.09% from 255) = 25.12%
R=27.96%
G=46.92%
B=25.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5999530.4000.460.61112.1730.2629.8
Hex3B63352802E3D701e1e
Octal731436550056751603636
Binary1110111100011110101101000010111011110111100001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,99,53); }

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

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

 a { background-color: rgb(59,99,53); }

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

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

 span { border-color: rgb(59,99,53); }

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