#3A602A

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

Shades of Green House #3A602A

Tints of Green House #3A602A

Color information

#3A602A (or 0x3A602A) is unknown color: approx Green House. HEX triplet: 3A, 60 and 2A. RGB value is (58,96,42). Sum of RGB (Red+Green+Blue) = 58+96+42=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #3A602A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A602A is #C59FD5. Grayscale: #4E4E4E. Windows color (decimal): -12951510 or 2777146. OLE color: 2777146.

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

Color convert

RGB589642-
CMYK0.4000.560.62
HSL102.22º39.13%27.06%-
HSV(B)102.22º56.25%37.65%-
XYZ6.359.433.68-
YUV78.48107.41113.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.59%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 42 (16.80% from 255) = 21.43%
R=29.59%
G=48.98%
B=21.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5896420.4000.560.62102.2239.1327.06
Hex3A602A280383E66271b
Octal721405250070761464733
Binary11101011000001010101010000111000111110110011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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