#3A6932

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

Shades of Green House #3A6932

Tints of Green House #3A6932

Color information

#3A6932 (or 0x3A6932) is unknown color: approx Green House. HEX triplet: 3A, 69 and 32. RGB value is (58,105,50). Sum of RGB (Red+Green+Blue) = 58+105+50=213 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.23% from 213); Green value is 105 (41.41% from 255 or 49.30% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 105 - color contains mainly: green. Hex color #3A6932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6932 is #C596CD. Grayscale: #545454. Windows color (decimal): -12949198 or 3303738. OLE color: 3303738.

HSL color Cylindrical-coordinate representation of color #3A6932: hue angle of 111.27º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A6932 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB5810550-
CMYK0.4500.520.59
HSL111.27º35.48%30.39%-
HSV(B)111.27º52.38%41.18%-
XYZ7.3711.234.8-
YUV84.68108.43108.97-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.23%
GREEN value IS 105 (41.41% from 255) = 49.30%
BLUE value IS 50 (19.92% from 255) = 23.47%
R=27.23%
G=49.30%
B=23.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58105500.4500.520.59111.2735.4830.39
Hex3A69322D0343B6f231e
Octal721516255064731574336
Binary11101011010011100101011010110100111011110111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,105,50); }

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

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

 a { background-color: rgb(58,105,50); }

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

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

 span { border-color: rgb(58,105,50); }

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