#4A602F

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

Shades of Dell #4A602F

Tints of Dell #4A602F

Color information

#4A602F (or 0x4A602F) is unknown color: approx Dell. HEX triplet: 4A, 60 and 2F. RGB value is (74,96,47). Sum of RGB (Red+Green+Blue) = 74+96+47=217 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.10% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #4A602F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A602F is #B59FD0. Grayscale: #545454. Windows color (decimal): -11902929 or 3104842. OLE color: 3104842.

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

Color convert

RGB749647-
CMYK0.2300.510.62
HSL86.94º34.27%28.04%-
HSV(B)86.94º51.04%37.65%-
XYZ7.5210.034.23-
YUV83.84107.21120.98-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.10%
GREEN value IS 96 (37.89% from 255) = 44.24%
BLUE value IS 47 (18.75% from 255) = 21.66%
R=34.10%
G=44.24%
B=21.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7496470.2300.510.6286.9434.2728.04
Hex4A602F170333E57221c
Octal1121405727063761274234
Binary10010101100000101111101110110011111110101011110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A602F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,96,47); }

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

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

 a { background-color: rgb(74,96,47); }

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

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

 span { border-color: rgb(74,96,47); }

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