#4C5F38

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

Shades of Dell #4C5F38

Tints of Dell #4C5F38

Color information

#4C5F38 (or 0x4C5F38) is unknown color: approx Dell. HEX triplet: 4C, 5F and 38. RGB value is (76,95,56). Sum of RGB (Red+Green+Blue) = 76+95+56=227 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.48% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 95 - color contains mainly: green. Hex color #4C5F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5F38 is #B3A0C7. Grayscale: #555555. Windows color (decimal): -11772104 or 3694412. OLE color: 3694412.

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

Color convert

RGB769556-
CMYK0.2000.410.63
HSL89.23º25.83%29.61%-
HSV(B)89.23º41.05%37.25%-
XYZ7.7910.015.26-
YUV84.87111.71121.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.48%
GREEN value IS 95 (37.5% from 255) = 41.85%
BLUE value IS 56 (22.27% from 255) = 24.67%
R=33.48%
G=41.85%
B=24.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7695560.2000.410.6389.2325.8329.61
Hex4C5F38140293F591a1e
Octal1141377024051771313236
Binary1001100101111111100010100010100111111110110011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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