#4C6039

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

Shades of Dell #4C6039

Tints of Dell #4C6039

Color information

#4C6039 (or 0x4C6039) is unknown color: approx Dell. HEX triplet: 4C, 60 and 39. RGB value is (76,96,57). Sum of RGB (Red+Green+Blue) = 76+96+57=229 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.19% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 57 (22.66% from 255 or 24.89% from 229); Max value from RGB is 96 - color contains mainly: green. Hex color #4C6039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6039 is #B39FC6. Grayscale: #555555. Windows color (decimal): -11771847 or 3760204. OLE color: 3760204.

HSL color Cylindrical-coordinate representation of color #4C6039: hue angle of 90.77º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C6039 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB769657-
CMYK0.2100.410.62
HSL90.77º25.49%30%-
HSV(B)90.77º40.62%37.65%-
XYZ7.910.25.42-
YUV85.57111.87121.17-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.19%
GREEN value IS 96 (37.89% from 255) = 41.92%
BLUE value IS 57 (22.66% from 255) = 24.89%
R=33.19%
G=41.92%
B=24.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7696570.2100.410.6290.7725.4930
Hex4C6039150293E5b191e
Octal1141407125051761333136
Binary1001100110000011100110101010100111111010110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C6039; }

 p { color: rgb(76,96,57); }

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

<style>
 a { background-color: #4C6039; }

 a { background-color: rgb(76,96,57); }

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

<style>
 span { border-color: #4C6039; }

 span { border-color: rgb(76,96,57); }

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