#429844

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

Shades of Fruit Salad #429844

Tints of Fruit Salad #429844

Color information

#429844 (or 0x429844) is unknown color: approx Fruit Salad. HEX triplet: 42, 98 and 44. RGB value is (66,152,68). Sum of RGB (Red+Green+Blue) = 66+152+68=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 152 (59.77% from 255 or 53.15% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 152 - color contains mainly: green. Hex color #429844 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429844 is #BD67BB. Grayscale: #747474. Windows color (decimal): -12412860 or 4495426. OLE color: 4495426.

HSL color Cylindrical-coordinate representation of color #429844: hue angle of 121.4º 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 #429844 is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB6615268-
CMYK0.5700.550.40
HSL121.4º39.45%42.75%-
HSV(B)121.4º56.58%59.61%-
XYZ14.5224.039.34-
YUV116.71100.5191.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.08%
GREEN value IS 152 (59.77% from 255) = 53.15%
BLUE value IS 68 (26.95% from 255) = 23.78%
R=23.08%
G=53.15%
B=23.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66152680.5700.550.40121.439.4542.75
Hex429844390372879272b
Octal10223010471067501714753
Binary100001010011000100010011100101101111010001111001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429844; }

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

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

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

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

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

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

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

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