#4C623E

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

Shades of Dell #4C623E

Tints of Dell #4C623E

Color information

#4C623E (or 0x4C623E) is unknown color: approx Dell. HEX triplet: 4C, 62 and 3E. RGB value is (76,98,62). Sum of RGB (Red+Green+Blue) = 76+98+62=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 98 - color contains mainly: green. Hex color #4C623E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C623E is #B39DC1. Grayscale: #575757. Windows color (decimal): -11771330 or 4088396. OLE color: 4088396.

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

Color convert

RGB769862-
CMYK0.2200.370.62
HSL96.67º22.5%31.37%-
HSV(B)96.67º36.73%38.43%-
XYZ8.2210.626.17-
YUV87.32113.71119.93-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.20%
GREEN value IS 98 (38.67% from 255) = 41.53%
BLUE value IS 62 (24.61% from 255) = 26.27%
R=32.20%
G=41.53%
B=26.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7698620.2200.370.6296.6722.531.37
Hex4C623E160253E61161f
Octal1141427626045761412637
Binary1001100110001011111010110010010111111011000011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C623E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,98,62); }

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

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

 a { background-color: rgb(76,98,62); }

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

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

 span { border-color: rgb(76,98,62); }

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