#3C5D20

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

Shades of Dell #3C5D20

Tints of Dell #3C5D20

Color information

#3C5D20 (or 0x3C5D20) is unknown color: approx Dell. HEX triplet: 3C, 5D and 20. RGB value is (60,93,32). Sum of RGB (Red+Green+Blue) = 60+93+32=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 93 (36.72% from 255 or 50.27% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 93 - color contains mainly: green. Hex color #3C5D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5D20 is #C3A2DF. Grayscale: #4C4C4C. Windows color (decimal): -12821216 or 2121020. OLE color: 2121020.

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

Color convert

RGB609332-
CMYK0.3500.660.64
HSL92.46º48.8%24.51%-
HSV(B)92.46º65.59%36.47%-
XYZ6.048.892.76-
YUV76.18103.07116.46-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.43%
GREEN value IS 93 (36.72% from 255) = 50.27%
BLUE value IS 32 (12.89% from 255) = 17.30%
R=32.43%
G=50.27%
B=17.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6093320.3500.660.6492.4648.824.51
Hex3C5D2023042405c3119
Octal74135404301021001346131
Binary1111001011101100000100011010000101000000101110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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