#3D612E

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

Shades of Green House #3D612E

Tints of Green House #3D612E

Color information

#3D612E (or 0x3D612E) is unknown color: approx Green House. HEX triplet: 3D, 61 and 2E. RGB value is (61,97,46). Sum of RGB (Red+Green+Blue) = 61+97+46=204 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.90% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 97 - color contains mainly: green. Hex color #3D612E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D612E is #C29ED1. Grayscale: #505050. Windows color (decimal): -12754642 or 3039549. OLE color: 3039549.

HSL color Cylindrical-coordinate representation of color #3D612E: hue angle of 102.35º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D612E is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB619746-
CMYK0.3700.530.62
HSL102.35º35.66%28.04%-
HSV(B)102.35º52.58%38.04%-
XYZ6.699.744.11-
YUV80.42108.57114.15-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.90%
GREEN value IS 97 (38.28% from 255) = 47.55%
BLUE value IS 46 (18.36% from 255) = 22.55%
R=29.90%
G=47.55%
B=22.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6197460.3700.530.62102.3535.6628.04
Hex3D612E250353E66241c
Octal751415645065761464434
Binary11110111000011011101001010110101111110110011010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D612E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,97,46); }

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

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

 a { background-color: rgb(61,97,46); }

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

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

 span { border-color: rgb(61,97,46); }

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