#4C7232

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

Shades of Dell #4C7232

Tints of Dell #4C7232

Color information

#4C7232 (or 0x4C7232) is unknown color: approx Dell. HEX triplet: 4C, 72 and 32. RGB value is (76,114,50). Sum of RGB (Red+Green+Blue) = 76+114+50=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #4C7232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7232 is #B38DCD. Grayscale: #5F5F5F. Windows color (decimal): -11767246 or 3306060. OLE color: 3306060.

HSL color Cylindrical-coordinate representation of color #4C7232: hue angle of 95.62º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C7232 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB7611450-
CMYK0.3300.560.55
HSL95.62º39.02%32.16%-
HSV(B)95.62º56.14%44.71%-
XYZ9.5713.85.18-
YUV95.34102.41114.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.67%
GREEN value IS 114 (44.92% from 255) = 47.5%
BLUE value IS 50 (19.92% from 255) = 20.83%
R=31.67%
G=47.5%
B=20.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal76114500.3300.560.5595.6239.0232.16
Hex4C72322103837602720
Octal1141626241070671404740
Binary1001100111001011001010000101110001101111100000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,114,50); }

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

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

 a { background-color: rgb(76,114,50); }

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

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

 span { border-color: rgb(76,114,50); }

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