#4C6E2D

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

Shades of Dell #4C6E2D

Tints of Dell #4C6E2D

Color information

#4C6E2D (or 0x4C6E2D) is unknown color: approx Dell. HEX triplet: 4C, 6E and 2D. RGB value is (76,110,45). Sum of RGB (Red+Green+Blue) = 76+110+45=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 110 (43.36% from 255 or 47.62% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 110 - color contains mainly: green. Hex color #4C6E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6E2D is #B391D2. Grayscale: #5C5C5C. Windows color (decimal): -11768275 or 2977356. OLE color: 2977356.

HSL color Cylindrical-coordinate representation of color #4C6E2D: hue angle of 91.38º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C6E2D is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.57.

Color convert

RGB7611045-
CMYK0.3100.590.57
HSL91.38º41.94%30.39%-
HSV(B)91.38º59.09%43.14%-
XYZ9.0312.884.49-
YUV92.42101.24116.29-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.90%
GREEN value IS 110 (43.36% from 255) = 47.62%
BLUE value IS 45 (17.97% from 255) = 19.48%
R=32.90%
G=47.62%
B=19.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal76110450.3100.590.5791.3841.9430.39
Hex4C6E2D1F03B395b2a1e
Octal1141565537073711335236
Binary10011001101110101101111110111011111001101101110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,110,45); }

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

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

 a { background-color: rgb(76,110,45); }

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

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

 span { border-color: rgb(76,110,45); }

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