#459848

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

Shades of Fruit Salad #459848

Tints of Fruit Salad #459848

Color information

#459848 (or 0x459848) is unknown color: approx Fruit Salad. HEX triplet: 45, 98 and 48. RGB value is (69,152,72). Sum of RGB (Red+Green+Blue) = 69+152+72=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 152 (59.77% from 255 or 51.88% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 152 - color contains mainly: green. Hex color #459848 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459848 is #BA67B7. Grayscale: #767676. Windows color (decimal): -12216248 or 4757573. OLE color: 4757573.

HSL color Cylindrical-coordinate representation of color #459848: hue angle of 122.17º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459848 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB6915272-
CMYK0.5500.530.40
HSL122.17º37.56%43.33%-
HSV(B)122.17º54.61%59.61%-
XYZ14.8524.1910.02-
YUV118.0610293-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.55%
GREEN value IS 152 (59.77% from 255) = 51.88%
BLUE value IS 72 (28.52% from 255) = 24.57%
R=23.55%
G=51.88%
B=24.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal69152720.5500.530.40122.1737.5643.33
Hex45984837035287a262b
Octal10523011067065501724653
Binary100010110011000100100011011101101011010001111010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459848; }

 p { color: rgb(69,152,72); }

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

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

 a { background-color: rgb(69,152,72); }

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

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

 span { border-color: rgb(69,152,72); }

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