#3A6A21

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

Shades of Green House #3A6A21

Tints of Green House #3A6A21

Color information

#3A6A21 (or 0x3A6A21) is unknown color: approx Green House. HEX triplet: 3A, 6A and 21. RGB value is (58,106,33). Sum of RGB (Red+Green+Blue) = 58+106+33=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 106 (41.80% from 255 or 53.81% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 106 - color contains mainly: green. Hex color #3A6A21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6A21 is #C595DE. Grayscale: #535353. Windows color (decimal): -12948959 or 2189882. OLE color: 2189882.

HSL color Cylindrical-coordinate representation of color #3A6A21: hue angle of 99.45º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A6A21 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB5810633-
CMYK0.4500.690.58
HSL99.45º52.52%27.25%-
HSV(B)99.45º68.87%41.57%-
XYZ7.1711.323.25-
YUV83.3399.6109.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.44%
GREEN value IS 106 (41.80% from 255) = 53.81%
BLUE value IS 33 (13.28% from 255) = 16.75%
R=29.44%
G=53.81%
B=16.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58106330.4500.690.5899.4552.5227.25
Hex3A6A212D0453A63351b
Octal7215241550105721436533
Binary111010110101010000110110101000101111010110001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,106,33); }

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

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

 a { background-color: rgb(58,106,33); }

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

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

 span { border-color: rgb(58,106,33); }

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