#3A6D2B

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

Shades of Green House #3A6D2B

Tints of Green House #3A6D2B

Color information

#3A6D2B (or 0x3A6D2B) is unknown color: approx Green House. HEX triplet: 3A, 6D and 2B. RGB value is (58,109,43). Sum of RGB (Red+Green+Blue) = 58+109+43=210 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.62% from 210); Green value is 109 (42.97% from 255 or 51.90% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 109 - color contains mainly: green. Hex color #3A6D2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6D2B is #C592D4. Grayscale: #565656. Windows color (decimal): -12948181 or 2846010. OLE color: 2846010.

HSL color Cylindrical-coordinate representation of color #3A6D2B: hue angle of 106.36º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A6D2B is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB5810943-
CMYK0.4700.610.57
HSL106.36º43.42%29.8%-
HSV(B)106.36º60.55%42.75%-
XYZ7.6512.014.2-
YUV86.23103.6107.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.62%
GREEN value IS 109 (42.97% from 255) = 51.90%
BLUE value IS 43 (17.19% from 255) = 20.48%
R=27.62%
G=51.90%
B=20.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal58109430.4700.610.57106.3643.4229.8
Hex3A6D2B2F03D396a2b1e
Octal721555357075711525336
Binary11101011011011010111011110111101111001110101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,109,43); }

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

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

 a { background-color: rgb(58,109,43); }

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

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

 span { border-color: rgb(58,109,43); }

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