#3C5929

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

Shades of Dell #3C5929

Tints of Dell #3C5929

Color information

#3C5929 (or 0x3C5929) is unknown color: approx Dell. HEX triplet: 3C, 59 and 29. RGB value is (60,89,41). Sum of RGB (Red+Green+Blue) = 60+89+41=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 89 - color contains mainly: green. Hex color #3C5929 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5929 is #C3A6D6. Grayscale: #4B4B4B. Windows color (decimal): -12822231 or 2709820. OLE color: 2709820.

HSL color Cylindrical-coordinate representation of color #3C5929: hue angle of 96.25º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C5929 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB608941-
CMYK0.3300.540.65
HSL96.25º36.92%25.49%-
HSV(B)96.25º53.93%34.9%-
XYZ5.848.273.39-
YUV74.86108.89117.4-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.58%
GREEN value IS 89 (35.16% from 255) = 46.84%
BLUE value IS 41 (16.41% from 255) = 21.58%
R=31.58%
G=46.84%
B=21.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6089410.3300.540.6596.2536.9225.49
Hex3C59292103641602519
Octal7413151410661011404531
Binary111100101100110100110000101101101000001110000010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,89,41); }

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

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

 a { background-color: rgb(60,89,41); }

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

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

 span { border-color: rgb(60,89,41); }

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