#3A602D

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

Shades of Green House #3A602D

Tints of Green House #3A602D

Color information

#3A602D (or 0x3A602D) is unknown color: approx Green House. HEX triplet: 3A, 60 and 2D. RGB value is (58,96,45). Sum of RGB (Red+Green+Blue) = 58+96+45=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #3A602D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A602D is #C59FD2. Grayscale: #4E4E4E. Windows color (decimal): -12951507 or 2973754. OLE color: 2973754.

HSL color Cylindrical-coordinate representation of color #3A602D: hue angle of 104.71º 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 #3A602D is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB589645-
CMYK0.4000.530.62
HSL104.71º36.17%27.65%-
HSV(B)104.71º53.12%37.65%-
XYZ6.49.453.97-
YUV78.82108.91113.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.15%
GREEN value IS 96 (37.89% from 255) = 48.24%
BLUE value IS 45 (17.97% from 255) = 22.61%
R=29.15%
G=48.24%
B=22.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5896450.4000.530.62104.7136.1727.65
Hex3A602D280353E69241c
Octal721405550065761514434
Binary11101011000001011011010000110101111110110100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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