#4C6535

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

Shades of Dell #4C6535

Tints of Dell #4C6535

Color information

#4C6535 (or 0x4C6535) is unknown color: approx Dell. HEX triplet: 4C, 65 and 35. RGB value is (76,101,53). Sum of RGB (Red+Green+Blue) = 76+101+53=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 101 - color contains mainly: green. Hex color #4C6535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6535 is #B39ACA. Grayscale: #585858. Windows color (decimal): -11770571 or 3499340. OLE color: 3499340.

HSL color Cylindrical-coordinate representation of color #4C6535: hue angle of 91.25º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C6535 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB7610153-
CMYK0.2500.480.60
HSL91.25º31.17%30.2%-
HSV(B)91.25º47.52%39.61%-
XYZ8.2811.15.07-
YUV88.05108.22119.4-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.04%
GREEN value IS 101 (39.84% from 255) = 43.91%
BLUE value IS 53 (21.09% from 255) = 23.04%
R=33.04%
G=43.91%
B=23.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal76101530.2500.480.6091.2531.1730.2
Hex4C6535190303C5b1f1e
Octal1141456531060741333736
Binary1001100110010111010111001011000011110010110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,101,53); }

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

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

 a { background-color: rgb(76,101,53); }

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

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

 span { border-color: rgb(76,101,53); }

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