#3A6326

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

Shades of Green House #3A6326

Tints of Green House #3A6326

Color information

#3A6326 (or 0x3A6326) is unknown color: approx Green House. HEX triplet: 3A, 63 and 26. RGB value is (58,99,38). Sum of RGB (Red+Green+Blue) = 58+99+38=195 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.74% from 195); Green value is 99 (39.06% from 255 or 50.77% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 99 - color contains mainly: green. Hex color #3A6326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6326 is #C59CD9. Grayscale: #4F4F4F. Windows color (decimal): -12950746 or 2515770. OLE color: 2515770.

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

Color convert

RGB589938-
CMYK0.4100.620.61
HSL100.33º44.53%26.86%-
HSV(B)100.33º61.62%38.82%-
XYZ6.569.963.41-
YUV79.79104.42112.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.74%
GREEN value IS 99 (39.06% from 255) = 50.77%
BLUE value IS 38 (15.23% from 255) = 19.49%
R=29.74%
G=50.77%
B=19.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5899380.4100.620.61100.3344.5326.86
Hex3A63262903E3D642d1b
Octal721434651076751445533
Binary11101011000111001101010010111110111101110010010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,99,38); }

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

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

 a { background-color: rgb(58,99,38); }

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

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

 span { border-color: rgb(58,99,38); }

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