#3A6B25

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

Shades of Green House #3A6B25

Tints of Green House #3A6B25

Color information

#3A6B25 (or 0x3A6B25) is unknown color: approx Green House. HEX triplet: 3A, 6B and 25. RGB value is (58,107,37). Sum of RGB (Red+Green+Blue) = 58+107+37=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 107 (42.19% from 255 or 52.97% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 107 - color contains mainly: green. Hex color #3A6B25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6B25 is #C594DA. Grayscale: #545454. Windows color (decimal): -12948699 or 2452282. OLE color: 2452282.

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

Color convert

RGB5810737-
CMYK0.4600.650.58
HSL102º48.61%28.24%-
HSV(B)102º65.42%41.96%-
XYZ7.3411.553.59-
YUV84.37101.27109.19-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.71%
GREEN value IS 107 (42.19% from 255) = 52.97%
BLUE value IS 37 (14.84% from 255) = 18.32%
R=28.71%
G=52.97%
B=18.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58107370.4600.650.5810248.6128.24
Hex3A6B252E0413A66311c
Octal7215345560101721466134
Binary111010110101110010110111001000001111010110011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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