#4A7033

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

Shades of Dell #4A7033

Tints of Dell #4A7033

Color information

#4A7033 (or 0x4A7033) is unknown color: approx Dell. HEX triplet: 4A, 70 and 33. RGB value is (74,112,51). Sum of RGB (Red+Green+Blue) = 74+112+51=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #4A7033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7033 is #B58FCC. Grayscale: #5D5D5D. Windows color (decimal): -11898829 or 3371082. OLE color: 3371082.

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

Color convert

RGB7411251-
CMYK0.3400.540.56
HSL97.38º37.42%31.96%-
HSV(B)97.38º54.46%43.92%-
XYZ9.2213.285.21-
YUV93.68103.91113.96-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.22%
GREEN value IS 112 (44.14% from 255) = 47.26%
BLUE value IS 51 (20.31% from 255) = 21.52%
R=31.22%
G=47.26%
B=21.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74112510.3400.540.5697.3837.4231.96
Hex4A70332203638612520
Octal1121606342066701414540
Binary1001010111000011001110001001101101110001100001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,112,51); }

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

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

 a { background-color: rgb(74,112,51); }

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

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

 span { border-color: rgb(74,112,51); }

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