#4C5F3B

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

Shades of Dell #4C5F3B

Tints of Dell #4C5F3B

Color information

#4C5F3B (or 0x4C5F3B) is unknown color: approx Dell. HEX triplet: 4C, 5F and 3B. RGB value is (76,95,59). Sum of RGB (Red+Green+Blue) = 76+95+59=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 95 - color contains mainly: green. Hex color #4C5F3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5F3B is #B3A0C4. Grayscale: #555555. Windows color (decimal): -11772101 or 3891020. OLE color: 3891020.

HSL color Cylindrical-coordinate representation of color #4C5F3B: hue angle of 91.67º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C5F3B is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.63.

Color convert

RGB769559-
CMYK0.2000.380.63
HSL91.67º23.38%30.2%-
HSV(B)91.67º37.89%37.25%-
XYZ7.8610.045.66-
YUV85.21113.21121.43-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.04%
GREEN value IS 95 (37.5% from 255) = 41.30%
BLUE value IS 59 (23.44% from 255) = 25.65%
R=33.04%
G=41.30%
B=25.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7695590.2000.380.6391.6723.3830.2
Hex4C5F3B140263F5c171e
Octal1141377324046771342736
Binary1001100101111111101110100010011011111110111001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,95,59); }

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

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

 a { background-color: rgb(76,95,59); }

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

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

 span { border-color: rgb(76,95,59); }

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