#467129

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

Shades of Dell #467129

Tints of Dell #467129

Color information

#467129 (or 0x467129) is unknown color: approx Dell. HEX triplet: 46, 71 and 29. RGB value is (70,113,41). Sum of RGB (Red+Green+Blue) = 70+113+41=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #467129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467129 is #B98ED6. Grayscale: #5C5C5C. Windows color (decimal): -12160727 or 2715974. OLE color: 2715974.

HSL color Cylindrical-coordinate representation of color #467129: hue angle of 95.83º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #467129 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB7011341-
CMYK0.3800.640.56
HSL95.83º46.75%30.2%-
HSV(B)95.83º63.72%44.31%-
XYZ8.8313.274.19-
YUV91.9499.25112.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.25%
GREEN value IS 113 (44.53% from 255) = 50.45%
BLUE value IS 41 (16.41% from 255) = 18.30%
R=31.25%
G=50.45%
B=18.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70113410.3800.640.5695.8346.7530.2
Hex4671292604038602f1e
Octal10616151460100701405736
Binary1000110111000110100110011001000000111000110000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467129; }

 p { color: rgb(70,113,41); }

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

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

 a { background-color: rgb(70,113,41); }

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

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

 span { border-color: rgb(70,113,41); }

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