#3A6B28

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

Shades of Green House #3A6B28

Tints of Green House #3A6B28

Color information

#3A6B28 (or 0x3A6B28) is unknown color: approx Green House. HEX triplet: 3A, 6B and 28. RGB value is (58,107,40). Sum of RGB (Red+Green+Blue) = 58+107+40=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 107 (42.19% from 255 or 52.20% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 107 - color contains mainly: green. Hex color #3A6B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6B28 is #C594D7. Grayscale: #545454. Windows color (decimal): -12948696 or 2648890. OLE color: 2648890.

HSL color Cylindrical-coordinate representation of color #3A6B28: hue angle of 103.88º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A6B28 is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB5810740-
CMYK0.4600.630.58
HSL103.88º45.58%28.82%-
HSV(B)103.88º62.62%41.96%-
XYZ7.3911.573.85-
YUV84.71102.77108.95-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.29%
GREEN value IS 107 (42.19% from 255) = 52.20%
BLUE value IS 40 (16.02% from 255) = 19.51%
R=28.29%
G=52.20%
B=19.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58107400.4600.630.58103.8845.5828.82
Hex3A6B282E03F3A682e1d
Octal721535056077721505635
Binary11101011010111010001011100111111111010110100010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,107,40); }

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

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

 a { background-color: rgb(58,107,40); }

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

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

 span { border-color: rgb(58,107,40); }

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