#3C601D

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

Shades of Dell #3C601D

Tints of Dell #3C601D

Color information

#3C601D (or 0x3C601D) is unknown color: approx Dell. HEX triplet: 3C, 60 and 1D. RGB value is (60,96,29). Sum of RGB (Red+Green+Blue) = 60+96+29=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #3C601D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C601D is #C39FE2. Grayscale: #4D4D4D. Windows color (decimal): -12820451 or 1925180. OLE color: 1925180.

HSL color Cylindrical-coordinate representation of color #3C601D: hue angle of 92.24º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C601D is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB609629-
CMYK0.3800.700.62
HSL92.24º53.6%24.51%-
HSV(B)92.24º69.79%37.65%-
XYZ6.279.422.65-
YUV77.6100.57115.45-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.43%
GREEN value IS 96 (37.89% from 255) = 51.89%
BLUE value IS 29 (11.72% from 255) = 15.68%
R=32.43%
G=51.89%
B=15.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6096290.3800.700.6292.2453.624.51
Hex3C601D260463E5c3619
Octal7414035460106761346631
Binary11110011000001110110011001000110111110101110011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,96,29); }

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

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

 a { background-color: rgb(60,96,29); }

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

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

 span { border-color: rgb(60,96,29); }

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