#4C6F2C

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

Shades of Dell #4C6F2C

Tints of Dell #4C6F2C

Color information

#4C6F2C (or 0x4C6F2C) is unknown color: approx Dell. HEX triplet: 4C, 6F and 2C. RGB value is (76,111,44). Sum of RGB (Red+Green+Blue) = 76+111+44=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 111 - color contains mainly: green. Hex color #4C6F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6F2C is #B390D3. Grayscale: #5D5D5D. Windows color (decimal): -11768020 or 2912076. OLE color: 2912076.

HSL color Cylindrical-coordinate representation of color #4C6F2C: hue angle of 91.34º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C6F2C is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB7611144-
CMYK0.3200.600.56
HSL91.34º43.23%30.39%-
HSV(B)91.34º60.36%43.53%-
XYZ9.1213.094.43-
YUV92.9100.4115.95-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.90%
GREEN value IS 111 (43.75% from 255) = 48.05%
BLUE value IS 44 (17.58% from 255) = 19.05%
R=32.90%
G=48.05%
B=19.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76111440.3200.600.5691.3443.2330.39
Hex4C6F2C2003C385b2b1e
Octal1141575440074701335336
Binary100110011011111011001000000111100111000101101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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