#427020

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

Shades of Dell #427020

Tints of Dell #427020

Color information

#427020 (or 0x427020) is unknown color: approx Dell. HEX triplet: 42, 70 and 20. RGB value is (66,112,32). Sum of RGB (Red+Green+Blue) = 66+112+32=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #427020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427020 is #BD8FDF. Grayscale: #595959. Windows color (decimal): -12423136 or 2125890. OLE color: 2125890.

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

Color convert

RGB6611232-
CMYK0.4100.710.56
HSL94.5º55.56%28.24%-
HSV(B)94.5º71.43%43.92%-
XYZ8.312.853.41-
YUV89.1395.76111.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.43%
GREEN value IS 112 (44.14% from 255) = 53.33%
BLUE value IS 32 (12.89% from 255) = 15.24%
R=31.43%
G=53.33%
B=15.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66112320.4100.710.5694.555.5628.24
Hex42702029047385e381c
Octal10216040510107701367034
Binary1000010111000010000010100101000111111000101111011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427020; }

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

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

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

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

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

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

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

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