#467127

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

Shades of Dell #467127

Tints of Dell #467127

Color information

#467127 (or 0x467127) is unknown color: approx Dell. HEX triplet: 46, 71 and 27. RGB value is (70,113,39). Sum of RGB (Red+Green+Blue) = 70+113+39=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 113 (44.53% from 255 or 50.90% from 222); Blue value is 39 (15.62% from 255 or 17.57% from 222); Max value from RGB is 113 - color contains mainly: green. Hex color #467127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467127 is #B98ED8. Grayscale: #5B5B5B. Windows color (decimal): -12160729 or 2584902. OLE color: 2584902.

HSL color Cylindrical-coordinate representation of color #467127: hue angle of 94.86º degrees, saturation: 0.49, 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 #467127 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB7011339-
CMYK0.3800.650.56
HSL94.86º48.68%29.8%-
HSV(B)94.86º65.49%44.31%-
XYZ8.813.264.02-
YUV91.7198.25112.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.53%
GREEN value IS 113 (44.53% from 255) = 50.90%
BLUE value IS 39 (15.62% from 255) = 17.57%
R=31.53%
G=50.90%
B=17.57%

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
Decimal70113390.3800.650.5694.8648.6829.8
Hex46712726041385f311e
Octal10616147460101701376136
Binary1000110111000110011110011001000001111000101111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467127; }

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

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

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

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

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

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

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

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