#3A6033

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

Shades of Green House #3A6033

Tints of Green House #3A6033

Color information

#3A6033 (or 0x3A6033) is unknown color: approx Green House. HEX triplet: 3A, 60 and 33. RGB value is (58,96,51). Sum of RGB (Red+Green+Blue) = 58+96+51=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #3A6033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6033 is #C59FCC. Grayscale: #4F4F4F. Windows color (decimal): -12951501 or 3366970. OLE color: 3366970.

HSL color Cylindrical-coordinate representation of color #3A6033: hue angle of 110.67º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A6033 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB589651-
CMYK0.4000.470.62
HSL110.67º30.61%28.82%-
HSV(B)110.67º46.88%37.65%-
XYZ6.539.54.62-
YUV79.51111.91112.66-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.29%
GREEN value IS 96 (37.89% from 255) = 46.83%
BLUE value IS 51 (20.31% from 255) = 24.88%
R=28.29%
G=46.83%
B=24.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5896510.4000.470.62110.6730.6128.82
Hex3A60332802F3E6f1f1d
Octal721406350057761573735
Binary1110101100000110011101000010111111111011011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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