#467027

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

Shades of Dell #467027

Tints of Dell #467027

Color information

#467027 (or 0x467027) is unknown color: approx Dell. HEX triplet: 46, 70 and 27. RGB value is (70,112,39). Sum of RGB (Red+Green+Blue) = 70+112+39=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 39 (15.62% from 255 or 17.65% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #467027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467027 is #B98FD8. Grayscale: #5B5B5B. Windows color (decimal): -12160985 or 2584646. OLE color: 2584646.

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

Color convert

RGB7011239-
CMYK0.3800.650.56
HSL94.52º48.34%29.61%-
HSV(B)94.52º65.18%43.92%-
XYZ8.6913.043.98-
YUV91.1298.59112.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.67%
GREEN value IS 112 (44.14% from 255) = 50.68%
BLUE value IS 39 (15.62% from 255) = 17.65%
R=31.67%
G=50.68%
B=17.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70112390.3800.650.5694.5248.3429.61
Hex46702726041385f301e
Octal10616047460101701376036
Binary1000110111000010011110011001000001111000101111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467027; }

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

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

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

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

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

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

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

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