#3C6320

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

Shades of Dell #3C6320

Tints of Dell #3C6320

Color information

#3C6320 (or 0x3C6320) is unknown color: approx Dell. HEX triplet: 3C, 63 and 20. RGB value is (60,99,32). Sum of RGB (Red+Green+Blue) = 60+99+32=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 99 (39.06% from 255 or 51.83% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 99 - color contains mainly: green. Hex color #3C6320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6320 is #C39CDF. Grayscale: #4F4F4F. Windows color (decimal): -12819680 or 2122556. OLE color: 2122556.

HSL color Cylindrical-coordinate representation of color #3C6320: hue angle of 94.93º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C6320 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB609932-
CMYK0.3900.680.61
HSL94.93º51.15%25.69%-
HSV(B)94.93º67.68%38.82%-
XYZ6.599.992.95-
YUV79.7101.08113.95-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.41%
GREEN value IS 99 (39.06% from 255) = 51.83%
BLUE value IS 32 (12.89% from 255) = 16.75%
R=31.41%
G=51.83%
B=16.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6099320.3900.680.6194.9351.1525.69
Hex3C6320270443D5f331a
Octal7414340470104751376332
Binary111100110001110000010011101000100111101101111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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