#3A6031

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

Shades of Green House #3A6031

Tints of Green House #3A6031

Color information

#3A6031 (or 0x3A6031) is unknown color: approx Green House. HEX triplet: 3A, 60 and 31. RGB value is (58,96,49). Sum of RGB (Red+Green+Blue) = 58+96+49=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #3A6031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6031 is #C59FCE. Grayscale: #4F4F4F. Windows color (decimal): -12951503 or 3235898. OLE color: 3235898.

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

Color convert

RGB589649-
CMYK0.4000.490.62
HSL108.51º32.41%28.43%-
HSV(B)108.51º48.96%37.65%-
XYZ6.489.494.4-
YUV79.28110.91112.82-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.57%
GREEN value IS 96 (37.89% from 255) = 47.29%
BLUE value IS 49 (19.53% from 255) = 24.14%
R=28.57%
G=47.29%
B=24.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5896490.4000.490.62108.5132.4128.43
Hex3A6031280313E6d201c
Octal721406150061761554034
Binary11101011000001100011010000110001111110110110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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