#457027

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

Shades of Dell #457027

Tints of Dell #457027

Color information

#457027 (or 0x457027) is unknown color: approx Dell. HEX triplet: 45, 70 and 27. RGB value is (69,112,39). Sum of RGB (Red+Green+Blue) = 69+112+39=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 112 (44.14% from 255 or 50.91% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 112 - color contains mainly: green. Hex color #457027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457027 is #BA8FD8. Grayscale: #5B5B5B. Windows color (decimal): -12226521 or 2584645. OLE color: 2584645.

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

Color convert

RGB6911239-
CMYK0.3800.650.56
HSL95.34º48.34%29.61%-
HSV(B)95.34º65.18%43.92%-
XYZ8.61133.97-
YUV90.8298.75112.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.36%
GREEN value IS 112 (44.14% from 255) = 50.91%
BLUE value IS 39 (15.62% from 255) = 17.73%
R=31.36%
G=50.91%
B=17.73%

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
Decimal69112390.3800.650.5695.3448.3429.61
Hex45702726041385f301e
Octal10516047460101701376036
Binary1000101111000010011110011001000001111000101111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457027; }

 p { color: rgb(69,112,39); }

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

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

 a { background-color: rgb(69,112,39); }

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

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

 span { border-color: rgb(69,112,39); }

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