#3C6019

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

Shades of Dell #3C6019

Tints of Dell #3C6019

Color information

#3C6019 (or 0x3C6019) is unknown color: approx Dell. HEX triplet: 3C, 60 and 19. RGB value is (60,96,25). Sum of RGB (Red+Green+Blue) = 60+96+25=181 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.15% from 181); Green value is 96 (37.89% from 255 or 53.04% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6019 is #C39FE6. Grayscale: #4D4D4D. Windows color (decimal): -12820455 or 1663036. OLE color: 1663036.

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

Color convert

RGB609625-
CMYK0.3800.740.62
HSL90.42º58.68%23.73%-
HSV(B)90.42º73.96%37.65%-
XYZ6.229.42.41-
YUV77.1498.57115.77-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.15%
GREEN value IS 96 (37.89% from 255) = 53.04%
BLUE value IS 25 (10.16% from 255) = 13.81%
R=33.15%
G=53.04%
B=13.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6096250.3800.740.6290.4258.6823.73
Hex3C60192604A3E5a3b18
Octal7414031460112761327330
Binary11110011000001100110011001001010111110101101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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