#3B602D

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

Shades of Green House #3B602D

Tints of Green House #3B602D

Color information

#3B602D (or 0x3B602D) is unknown color: approx Green House. HEX triplet: 3B, 60 and 2D. RGB value is (59,96,45). Sum of RGB (Red+Green+Blue) = 59+96+45=200 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.5% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #3B602D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B602D is #C49FD2. Grayscale: #4F4F4F. Windows color (decimal): -12885971 or 2973755. OLE color: 2973755.

HSL color Cylindrical-coordinate representation of color #3B602D: hue angle of 103.53º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B602D is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB599645-
CMYK0.3900.530.62
HSL103.53º36.17%27.65%-
HSV(B)103.53º53.12%37.65%-
XYZ6.469.493.97-
YUV79.12108.74113.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.5%
GREEN value IS 96 (37.89% from 255) = 48%
BLUE value IS 45 (17.97% from 255) = 22.5%
R=29.5%
G=48%
B=22.5%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5996450.3900.530.62103.5336.1727.65
Hex3B602D270353E68241c
Octal731405547065761504434
Binary11101111000001011011001110110101111110110100010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,96,45); }

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

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

 a { background-color: rgb(59,96,45); }

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

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

 span { border-color: rgb(59,96,45); }

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