#3A6037

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

Shades of Green House #3A6037

Tints of Green House #3A6037

Color information

#3A6037 (or 0x3A6037) is unknown color: approx Green House. HEX triplet: 3A, 60 and 37. RGB value is (58,96,55). Sum of RGB (Red+Green+Blue) = 58+96+55=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 55 (21.88% from 255 or 26.32% from 209); Max value from RGB is 96 - color contains mainly: green. Hex color #3A6037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6037 is #C59FC8. Grayscale: #505050. Windows color (decimal): -12951497 or 3629114. OLE color: 3629114.

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

Color convert

RGB589655-
CMYK0.4000.430.62
HSL115.61º27.15%29.61%-
HSV(B)115.61º42.71%37.65%-
XYZ6.629.545.11-
YUV79.96113.91112.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.75%
GREEN value IS 96 (37.89% from 255) = 45.93%
BLUE value IS 55 (21.88% from 255) = 26.32%
R=27.75%
G=45.93%
B=26.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5896550.4000.430.62115.6127.1529.61
Hex3A60372802B3E741b1e
Octal721406750053761643336
Binary1110101100000110111101000010101111111011101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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