#3D6A2F

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

Shades of Green House #3D6A2F

Tints of Green House #3D6A2F

Color information

#3D6A2F (or 0x3D6A2F) is unknown color: approx Green House. HEX triplet: 3D, 6A and 2F. RGB value is (61,106,47). Sum of RGB (Red+Green+Blue) = 61+106+47=214 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.50% from 214); Green value is 106 (41.80% from 255 or 49.53% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 106 - color contains mainly: green. Hex color #3D6A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6A2F is #C295D0. Grayscale: #565656. Windows color (decimal): -12752337 or 3107389. OLE color: 3107389.

HSL color Cylindrical-coordinate representation of color #3D6A2F: hue angle of 105.76º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D6A2F is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB6110647-
CMYK0.4200.560.58
HSL105.76º38.56%30%-
HSV(B)105.76º55.66%41.57%-
XYZ7.5911.514.51-
YUV85.82106.09110.3-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.50%
GREEN value IS 106 (41.80% from 255) = 49.53%
BLUE value IS 47 (18.75% from 255) = 21.96%
R=28.50%
G=49.53%
B=21.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61106470.4200.560.58105.7638.5630
Hex3D6A2F2A0383A6a271e
Octal751525752070721524736
Binary11110111010101011111010100111000111010110101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,106,47); }

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

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

 a { background-color: rgb(61,106,47); }

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

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

 span { border-color: rgb(61,106,47); }

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