#467427

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

Shades of Dell #467427

Tints of Dell #467427

Color information

#467427 (or 0x467427) is unknown color: approx Dell. HEX triplet: 46, 74 and 27. RGB value is (70,116,39). Sum of RGB (Red+Green+Blue) = 70+116+39=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 116 (45.70% from 255 or 51.56% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 116 - color contains mainly: green. Hex color #467427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467427 is #B98BD8. Grayscale: #5D5D5D. Windows color (decimal): -12159961 or 2585670. OLE color: 2585670.

HSL color Cylindrical-coordinate representation of color #467427: hue angle of 95.84º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #467427 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB7011639-
CMYK0.4000.660.55
HSL95.84º49.68%30.39%-
HSV(B)95.84º66.38%45.49%-
XYZ9.1413.944.13-
YUV93.4797.26111.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.11%
GREEN value IS 116 (45.70% from 255) = 51.56%
BLUE value IS 39 (15.62% from 255) = 17.33%
R=31.11%
G=51.56%
B=17.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70116390.4000.660.5595.8449.6830.39
Hex467427280423760321e
Octal10616447500102671406236
Binary1000110111010010011110100001000010110111110000011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467427; }

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

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

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

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

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

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

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

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