#3A6923

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

Shades of Green House #3A6923

Tints of Green House #3A6923

Color information

#3A6923 (or 0x3A6923) is unknown color: approx Green House. HEX triplet: 3A, 69 and 23. RGB value is (58,105,35). Sum of RGB (Red+Green+Blue) = 58+105+35=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 105 (41.41% from 255 or 53.03% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 105 - color contains mainly: green. Hex color #3A6923 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6923 is #C596DC. Grayscale: #535353. Windows color (decimal): -12949213 or 2320698. OLE color: 2320698.

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

Color convert

RGB5810535-
CMYK0.4500.670.59
HSL100.29º50%27.45%-
HSV(B)100.29º66.67%41.18%-
XYZ7.111.123.36-
YUV82.97100.93110.19-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.29%
GREEN value IS 105 (41.41% from 255) = 53.03%
BLUE value IS 35 (14.06% from 255) = 17.68%
R=29.29%
G=53.03%
B=17.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58105350.4500.670.59100.295027.45
Hex3A69232D0433B64321b
Octal7215143550103731446233
Binary111010110100110001110110101000011111011110010011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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