#429848

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

Shades of Fruit Salad #429848

Tints of Fruit Salad #429848

Color information

#429848 (or 0x429848) is unknown color: approx Fruit Salad. HEX triplet: 42, 98 and 48. RGB value is (66,152,72). Sum of RGB (Red+Green+Blue) = 66+152+72=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 152 (59.77% from 255 or 52.41% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 152 - color contains mainly: green. Hex color #429848 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429848 is #BD67B7. Grayscale: #757575. Windows color (decimal): -12412856 or 4757570. OLE color: 4757570.

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

Color convert

RGB6615272-
CMYK0.5700.530.40
HSL124.19º39.45%42.75%-
HSV(B)124.19º56.58%59.61%-
XYZ14.6424.0810.01-
YUV117.17102.5191.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.76%
GREEN value IS 152 (59.77% from 255) = 52.41%
BLUE value IS 72 (28.52% from 255) = 24.83%
R=22.76%
G=52.41%
B=24.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66152720.5700.530.40124.1939.4542.75
Hex42984839035287c272b
Octal10223011071065501744753
Binary100001010011000100100011100101101011010001111100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429848; }

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

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

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

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

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

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

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

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