#3C6615

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

Shades of Dell #3C6615

Tints of Dell #3C6615

Color information

#3C6615 (or 0x3C6615) is unknown color: approx Dell. HEX triplet: 3C, 66 and 15. RGB value is (60,102,21). Sum of RGB (Red+Green+Blue) = 60+102+21=183 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.79% from 183); Green value is 102 (40.23% from 255 or 55.74% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 102 - color contains mainly: green. Hex color #3C6615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6615 is #C399EA. Grayscale: #505050. Windows color (decimal): -12818923 or 1402428. OLE color: 1402428.

HSL color Cylindrical-coordinate representation of color #3C6615: hue angle of 91.11º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C6615 is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB6010221-
CMYK0.4100.790.6
HSL91.11º65.85%24.12%-
HSV(B)91.11º79.41%40%-
XYZ6.7510.522.38-
YUV80.2194.59113.59-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.79%
GREEN value IS 102 (40.23% from 255) = 55.74%
BLUE value IS 21 (8.59% from 255) = 11.48%
R=32.79%
G=55.74%
B=11.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal60102210.4100.790.691.1165.8524.12
Hex3C66152904F3C5b4218
Octal74146255101177413310230
Binary111100110011010101101001010011111111001011011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,102,21); }

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

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

 a { background-color: rgb(60,102,21); }

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

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

 span { border-color: rgb(60,102,21); }

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