#429845

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

Shades of Fruit Salad #429845

Tints of Fruit Salad #429845

Color information

#429845 (or 0x429845) is unknown color: approx Fruit Salad. HEX triplet: 42, 98 and 45. RGB value is (66,152,69). Sum of RGB (Red+Green+Blue) = 66+152+69=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #429845 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429845 is #BD67BA. Grayscale: #757575. Windows color (decimal): -12412859 or 4560962. OLE color: 4560962.

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

Color convert

RGB6615269-
CMYK0.5700.550.40
HSL122.09º39.45%42.75%-
HSV(B)122.09º56.58%59.61%-
XYZ14.5524.049.5-
YUV116.82101.0191.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 152 (59.77% from 255) = 52.96%
BLUE value IS 69 (27.34% from 255) = 24.04%
R=23.00%
G=52.96%
B=24.04%

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
Decimal66152690.5700.550.40122.0939.4542.75
Hex42984539037287a272b
Octal10223010571067501724753
Binary100001010011000100010111100101101111010001111010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429845; }

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

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

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

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

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

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

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

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