#467025

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

Shades of Dell #467025

Tints of Dell #467025

Color information

#467025 (or 0x467025) is unknown color: approx Dell. HEX triplet: 46, 70 and 25. RGB value is (70,112,37). Sum of RGB (Red+Green+Blue) = 70+112+37=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 112 (44.14% from 255 or 51.14% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 112 - color contains mainly: green. Hex color #467025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467025 is #B98FDA. Grayscale: #5B5B5B. Windows color (decimal): -12160987 or 2453574. OLE color: 2453574.

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

Color convert

RGB7011237-
CMYK0.3800.670.56
HSL93.6º50.34%29.22%-
HSV(B)93.6º66.96%43.92%-
XYZ8.6513.023.81-
YUV90.8997.59113.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 112 (44.14% from 255) = 51.14%
BLUE value IS 37 (14.84% from 255) = 16.89%
R=31.96%
G=51.14%
B=16.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70112370.3800.670.5693.650.3429.22
Hex46702526043385e321d
Octal10616045460103701366235
Binary1000110111000010010110011001000011111000101111011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467025; }

 p { color: rgb(70,112,37); }

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

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

 a { background-color: rgb(70,112,37); }

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

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

 span { border-color: rgb(70,112,37); }

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