#4A762D

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

Shades of Dell #4A762D

Tints of Dell #4A762D

Color information

#4A762D (or 0x4A762D) is unknown color: approx Dell. HEX triplet: 4A, 76 and 2D. RGB value is (74,118,45). Sum of RGB (Red+Green+Blue) = 74+118+45=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 118 (46.48% from 255 or 49.79% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 118 - color contains mainly: green. Hex color #4A762D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A762D is #B589D2. Grayscale: #606060. Windows color (decimal): -11897299 or 2979402. OLE color: 2979402.

HSL color Cylindrical-coordinate representation of color #4A762D: hue angle of 96.16º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A762D is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB7411845-
CMYK0.3700.620.54
HSL96.16º44.79%31.96%-
HSV(B)96.16º61.86%46.27%-
XYZ9.7814.64.79-
YUV96.5298.92111.94-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.22%
GREEN value IS 118 (46.48% from 255) = 49.79%
BLUE value IS 45 (17.97% from 255) = 18.99%
R=31.22%
G=49.79%
B=18.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal74118450.3700.620.5496.1644.7931.96
Hex4A762D2503E36602d20
Octal1121665545076661405540
Binary1001010111011010110110010101111101101101100000101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A762D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,118,45); }

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

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

 a { background-color: rgb(74,118,45); }

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

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

 span { border-color: rgb(74,118,45); }

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