#4C792C

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

Shades of Dell #4C792C

Tints of Dell #4C792C

Color information

#4C792C (or 0x4C792C) is unknown color: approx Dell. HEX triplet: 4C, 79 and 2C. RGB value is (76,121,44). Sum of RGB (Red+Green+Blue) = 76+121+44=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #4C792C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C792C is #B386D3. Grayscale: #636363. Windows color (decimal): -11765460 or 2914636. OLE color: 2914636.

HSL color Cylindrical-coordinate representation of color #4C792C: hue angle of 95.06º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C792C is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB7612144-
CMYK0.3700.640.53
HSL95.06º46.67%32.35%-
HSV(B)95.06º63.64%47.45%-
XYZ10.2715.394.81-
YUV98.7797.09111.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.54%
GREEN value IS 121 (47.66% from 255) = 50.21%
BLUE value IS 44 (17.58% from 255) = 18.26%
R=31.54%
G=50.21%
B=18.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal76121440.3700.640.5395.0646.6732.35
Hex4C792C25040355f2f20
Octal11417154450100651375740
Binary10011001111001101100100101010000001101011011111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C792C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,121,44); }

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

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

 a { background-color: rgb(76,121,44); }

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

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

 span { border-color: rgb(76,121,44); }

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