#3A702A

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

Shades of Green House #3A702A

Tints of Green House #3A702A

Color information

#3A702A (or 0x3A702A) is unknown color: approx Green House. HEX triplet: 3A, 70 and 2A. RGB value is (58,112,42). Sum of RGB (Red+Green+Blue) = 58+112+42=212 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.36% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #3A702A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A702A is #C58FD5. Grayscale: #585858. Windows color (decimal): -12947414 or 2781242. OLE color: 2781242.

HSL color Cylindrical-coordinate representation of color #3A702A: hue angle of 106.29º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A702A is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB5811242-
CMYK0.4800.620.56
HSL106.29º45.45%30.2%-
HSV(B)106.29º62.5%43.92%-
XYZ7.9612.664.21-
YUV87.87102.11106.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.36%
GREEN value IS 112 (44.14% from 255) = 52.83%
BLUE value IS 42 (16.80% from 255) = 19.81%
R=27.36%
G=52.83%
B=19.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58112420.4800.620.56106.2945.4530.2
Hex3A702A3003E386a2d1e
Octal721605260076701525536
Binary11101011100001010101100000111110111000110101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A702A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,112,42); }

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

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

 a { background-color: rgb(58,112,42); }

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

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

 span { border-color: rgb(58,112,42); }

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