#3A6225

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

Shades of Green House #3A6225

Tints of Green House #3A6225

Color information

#3A6225 (or 0x3A6225) is unknown color: approx Green House. HEX triplet: 3A, 62 and 25. RGB value is (58,98,37). Sum of RGB (Red+Green+Blue) = 58+98+37=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #3A6225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6225 is #C59DDA. Grayscale: #4F4F4F. Windows color (decimal): -12951003 or 2449978. OLE color: 2449978.

HSL color Cylindrical-coordinate representation of color #3A6225: hue angle of 99.34º 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 #3A6225 is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB589837-
CMYK0.4100.620.62
HSL99.34º45.19%26.47%-
HSV(B)99.34º62.24%38.43%-
XYZ6.459.773.3-
YUV79.09104.25112.96-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.05%
GREEN value IS 98 (38.67% from 255) = 50.78%
BLUE value IS 37 (14.84% from 255) = 19.17%
R=30.05%
G=50.78%
B=19.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5898370.4100.620.6299.3445.1926.47
Hex3A62252903E3E632d1a
Octal721424551076761435532
Binary11101011000101001011010010111110111110110001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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