#3C702D

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

Shades of Green House #3C702D

Tints of Green House #3C702D

Color information

#3C702D (or 0x3C702D) is unknown color: approx Green House. HEX triplet: 3C, 70 and 2D. RGB value is (60,112,45). Sum of RGB (Red+Green+Blue) = 60+112+45=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #3C702D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C702D is #C38FD2. Grayscale: #595959. Windows color (decimal): -12816339 or 2977852. OLE color: 2977852.

HSL color Cylindrical-coordinate representation of color #3C702D: hue angle of 106.57º 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 #3C702D is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB6011245-
CMYK0.4600.600.56
HSL106.57º42.68%30.78%-
HSV(B)106.57º59.82%43.92%-
XYZ8.1312.744.51-
YUV88.81103.27107.45-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.65%
GREEN value IS 112 (44.14% from 255) = 51.61%
BLUE value IS 45 (17.97% from 255) = 20.74%
R=27.65%
G=51.61%
B=20.74%

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
Decimal60112450.4600.600.56106.5742.6830.78
Hex3C702D2E03C386b2b1f
Octal741605556074701535337
Binary11110011100001011011011100111100111000110101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C702D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,112,45); }

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

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

 a { background-color: rgb(60,112,45); }

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

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

 span { border-color: rgb(60,112,45); }

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