#3A6025

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

Shades of Green House #3A6025

Tints of Green House #3A6025

Color information

#3A6025 (or 0x3A6025) is unknown color: approx Green House. HEX triplet: 3A, 60 and 25. RGB value is (58,96,37). Sum of RGB (Red+Green+Blue) = 58+96+37=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #3A6025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6025 is #C59FDA. Grayscale: #4E4E4E. Windows color (decimal): -12951515 or 2449466. OLE color: 2449466.

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

Color convert

RGB589637-
CMYK0.4000.610.62
HSL98.64º44.36%26.08%-
HSV(B)98.64º61.46%37.65%-
XYZ6.269.43.23-
YUV77.91104.91113.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.37%
GREEN value IS 96 (37.89% from 255) = 50.26%
BLUE value IS 37 (14.84% from 255) = 19.37%
R=30.37%
G=50.26%
B=19.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5896370.4000.610.6298.6444.3626.08
Hex3A60252803D3E632c1a
Octal721404550075761435432
Binary11101011000001001011010000111101111110110001110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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