#3C5F2D

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

Shades of Green House #3C5F2D

Tints of Green House #3C5F2D

Color information

#3C5F2D (or 0x3C5F2D) is unknown color: approx Green House. HEX triplet: 3C, 5F and 2D. RGB value is (60,95,45). Sum of RGB (Red+Green+Blue) = 60+95+45=200 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30% from 200); Green value is 95 (37.5% from 255 or 47.5% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 95 - color contains mainly: green. Hex color #3C5F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5F2D is #C3A0D2. Grayscale: #4F4F4F. Windows color (decimal): -12820691 or 2973500. OLE color: 2973500.

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

Color convert

RGB609545-
CMYK0.3700.530.63
HSL102º35.71%27.45%-
HSV(B)102º52.63%37.25%-
XYZ6.439.333.95-
YUV78.83108.9114.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30%
GREEN value IS 95 (37.5% from 255) = 47.5%
BLUE value IS 45 (17.97% from 255) = 22.5%
R=30%
G=47.5%
B=22.5%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6095450.3700.530.6310235.7127.45
Hex3C5F2D250353F66241b
Octal741375545065771464433
Binary11110010111111011011001010110101111111110011010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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