#427019

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

Shades of Dell #427019

Tints of Dell #427019

Color information

#427019 (or 0x427019) is unknown color: approx Dell. HEX triplet: 42, 70 and 19. RGB value is (66,112,25). Sum of RGB (Red+Green+Blue) = 66+112+25=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #427019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427019 is #BD8FE6. Grayscale: #585858. Windows color (decimal): -12423143 or 1667138. OLE color: 1667138.

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

Color convert

RGB6611225-
CMYK0.4100.780.56
HSL91.72º63.5%26.86%-
HSV(B)91.72º77.68%43.92%-
XYZ8.2212.822.96-
YUV88.3392.26112.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 112 (44.14% from 255) = 55.17%
BLUE value IS 25 (10.16% from 255) = 12.32%
R=32.51%
G=55.17%
B=12.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66112250.4100.780.5691.7263.526.86
Hex4270192904E385c401b
Octal102160315101167013410033
Binary1000010111000011001101001010011101110001011100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427019; }

 p { color: rgb(66,112,25); }

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

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

 a { background-color: rgb(66,112,25); }

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

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

 span { border-color: rgb(66,112,25); }

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