#3C6521

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

Shades of Dell #3C6521

Tints of Dell #3C6521

Color information

#3C6521 (or 0x3C6521) is unknown color: approx Dell. HEX triplet: 3C, 65 and 21. RGB value is (60,101,33). Sum of RGB (Red+Green+Blue) = 60+101+33=194 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.93% from 194); Green value is 101 (39.84% from 255 or 52.06% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 101 - color contains mainly: green. Hex color #3C6521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6521 is #C39ADE. Grayscale: #515151. Windows color (decimal): -12819167 or 2188604. OLE color: 2188604.

HSL color Cylindrical-coordinate representation of color #3C6521: hue angle of 96.18º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C6521 is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB6010133-
CMYK0.4100.670.60
HSL96.18º50.75%26.27%-
HSV(B)96.18º67.33%39.61%-
XYZ6.7910.383.08-
YUV80.99100.92113.03-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.93%
GREEN value IS 101 (39.84% from 255) = 52.06%
BLUE value IS 33 (13.28% from 255) = 17.01%
R=30.93%
G=52.06%
B=17.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal60101330.4100.670.6096.1850.7526.27
Hex3C6521290433C60331a
Octal7414541510103741406332
Binary111100110010110000110100101000011111100110000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,101,33); }

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

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

 a { background-color: rgb(60,101,33); }

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

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

 span { border-color: rgb(60,101,33); }

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