#3C5D2D

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

Shades of Green House #3C5D2D

Tints of Green House #3C5D2D

Color information

#3C5D2D (or 0x3C5D2D) is unknown color: approx Green House. HEX triplet: 3C, 5D and 2D. RGB value is (60,93,45). Sum of RGB (Red+Green+Blue) = 60+93+45=198 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.30% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 93 - color contains mainly: green. Hex color #3C5D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5D2D is #C3A2D2. Grayscale: #4D4D4D. Windows color (decimal): -12821203 or 2972988. OLE color: 2972988.

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

Color convert

RGB609345-
CMYK0.3500.520.64
HSL101.25º34.78%27.06%-
HSV(B)101.25º51.61%36.47%-
XYZ6.258.983.89-
YUV77.66109.57115.4-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.30%
GREEN value IS 93 (36.72% from 255) = 46.97%
BLUE value IS 45 (17.97% from 255) = 22.73%
R=30.30%
G=46.97%
B=22.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6093450.3500.520.64101.2534.7827.06
Hex3C5D2D230344065231b
Octal7413555430641001454333
Binary111100101110110110110001101101001000000110010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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