#3D7135

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

Shades of Green House #3D7135

Tints of Green House #3D7135

Color information

#3D7135 (or 0x3D7135) is unknown color: approx Green House. HEX triplet: 3D, 71 and 35. RGB value is (61,113,53). Sum of RGB (Red+Green+Blue) = 61+113+53=227 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.87% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #3D7135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7135 is #C28ECA. Grayscale: #5A5A5A. Windows color (decimal): -12750539 or 3502397. OLE color: 3502397.

HSL color Cylindrical-coordinate representation of color #3D7135: hue angle of 112º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D7135 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB6111353-
CMYK0.4600.530.56
HSL112º36.14%32.55%-
HSV(B)112º53.1%44.31%-
XYZ8.4713.065.44-
YUV90.61106.77106.88-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.87%
GREEN value IS 113 (44.53% from 255) = 49.78%
BLUE value IS 53 (21.09% from 255) = 23.35%
R=26.87%
G=49.78%
B=23.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61113530.4600.530.5611236.1432.55
Hex3D71352E03538702421
Octal751616556065701604441
Binary111101111000111010110111001101011110001110000100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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