#3C6021

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

Shades of Dell #3C6021

Tints of Dell #3C6021

Color information

#3C6021 (or 0x3C6021) is unknown color: approx Dell. HEX triplet: 3C, 60 and 21. RGB value is (60,96,33). Sum of RGB (Red+Green+Blue) = 60+96+33=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6021 is #C39FDE. Grayscale: #4E4E4E. Windows color (decimal): -12820447 or 2187324. OLE color: 2187324.

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

Color convert

RGB609633-
CMYK0.3800.660.62
HSL94.29º48.84%25.29%-
HSV(B)94.29º65.62%37.65%-
XYZ6.329.442.93-
YUV78.05102.57115.12-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.75%
GREEN value IS 96 (37.89% from 255) = 50.79%
BLUE value IS 33 (13.28% from 255) = 17.46%
R=31.75%
G=50.79%
B=17.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6096330.3800.660.6294.2948.8425.29
Hex3C6021260423E5e3119
Octal7414041460102761366131
Binary111100110000010000110011001000010111110101111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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