#3A6125

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

Shades of Green House #3A6125

Tints of Green House #3A6125

Color information

#3A6125 (or 0x3A6125) is unknown color: approx Green House. HEX triplet: 3A, 61 and 25. RGB value is (58,97,37). Sum of RGB (Red+Green+Blue) = 58+97+37=192 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.21% from 192); Green value is 97 (38.28% from 255 or 50.52% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 97 - color contains mainly: green. Hex color #3A6125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6125 is #C59EDA. Grayscale: #4E4E4E. Windows color (decimal): -12951259 or 2449722. OLE color: 2449722.

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

Color convert

RGB589737-
CMYK0.4000.620.62
HSL99º44.78%26.27%-
HSV(B)99º61.86%38.04%-
XYZ6.359.583.27-
YUV78.5104.58113.38-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.21%
GREEN value IS 97 (38.28% from 255) = 50.52%
BLUE value IS 37 (14.84% from 255) = 19.27%
R=30.21%
G=50.52%
B=19.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5897370.4000.620.629944.7826.27
Hex3A61252803E3E632d1a
Octal721414550076761435532
Binary11101011000011001011010000111110111110110001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,97,37); }

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

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

 a { background-color: rgb(58,97,37); }

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

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

 span { border-color: rgb(58,97,37); }

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