#457130

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

Shades of Dell #457130

Tints of Dell #457130

Color information

#457130 (or 0x457130) is unknown color: approx Dell. HEX triplet: 45, 71 and 30. RGB value is (69,113,48). Sum of RGB (Red+Green+Blue) = 69+113+48=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #457130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457130 is #BA8ECF. Grayscale: #5C5C5C. Windows color (decimal): -12226256 or 3174725. OLE color: 3174725.

HSL color Cylindrical-coordinate representation of color #457130: hue angle of 100.62º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #457130 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB6911348-
CMYK0.3900.580.56
HSL100.62º40.37%31.57%-
HSV(B)100.62º57.52%44.31%-
XYZ8.8913.294.89-
YUV92.43102.92111.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30%
GREEN value IS 113 (44.53% from 255) = 49.13%
BLUE value IS 48 (19.14% from 255) = 20.87%
R=30%
G=49.13%
B=20.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69113480.3900.580.56100.6240.3731.57
Hex4571302703A38652820
Octal1051616047072701455040
Binary1000101111000111000010011101110101110001100101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457130; }

 p { color: rgb(69,113,48); }

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

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

 a { background-color: rgb(69,113,48); }

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

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

 span { border-color: rgb(69,113,48); }

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