#427025

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

Shades of Dell #427025

Tints of Dell #427025

Color information

#427025 (or 0x427025) is unknown color: approx Dell. HEX triplet: 42, 70 and 25. RGB value is (66,112,37). Sum of RGB (Red+Green+Blue) = 66+112+37=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #427025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427025 is #BD8FDA. Grayscale: #595959. Windows color (decimal): -12423131 or 2453570. OLE color: 2453570.

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

Color convert

RGB6611237-
CMYK0.4100.670.56
HSL96.8º50.34%29.22%-
HSV(B)96.8º66.96%43.92%-
XYZ8.3712.883.79-
YUV89.798.26111.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.70%
GREEN value IS 112 (44.14% from 255) = 52.09%
BLUE value IS 37 (14.84% from 255) = 17.21%
R=30.70%
G=52.09%
B=17.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66112370.4100.670.5696.850.3429.22
Hex427025290433861321d
Octal10216045510103701416235
Binary1000010111000010010110100101000011111000110000111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427025; }

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

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

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

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

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

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

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

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