#3D712D

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

Shades of Green House #3D712D

Tints of Green House #3D712D

Color information

#3D712D (or 0x3D712D) is unknown color: approx Green House. HEX triplet: 3D, 71 and 2D. RGB value is (61,113,45). Sum of RGB (Red+Green+Blue) = 61+113+45=219 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.85% from 219); Green value is 113 (44.53% from 255 or 51.60% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 113 - color contains mainly: green. Hex color #3D712D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D712D is #C28ED2. Grayscale: #595959. Windows color (decimal): -12750547 or 2978109. OLE color: 2978109.

HSL color Cylindrical-coordinate representation of color #3D712D: hue angle of 105.88º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D712D is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB6111345-
CMYK0.4600.600.56
HSL105.88º43.04%30.98%-
HSV(B)105.88º60.18%44.31%-
XYZ8.312.994.55-
YUV89.7102.77107.53-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.85%
GREEN value IS 113 (44.53% from 255) = 51.60%
BLUE value IS 45 (17.97% from 255) = 20.55%
R=27.85%
G=51.60%
B=20.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61113450.4600.600.56105.8843.0430.98
Hex3D712D2E03C386a2b1f
Octal751615556074701525337
Binary11110111100011011011011100111100111000110101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D712D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,113,45); }

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

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

 a { background-color: rgb(61,113,45); }

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

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

 span { border-color: rgb(61,113,45); }

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