#429949

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

Shades of Fruit Salad #429949

Tints of Fruit Salad #429949

Color information

#429949 (or 0x429949) is unknown color: approx Fruit Salad. HEX triplet: 42, 99 and 49. RGB value is (66,153,73). Sum of RGB (Red+Green+Blue) = 66+153+73=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #429949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429949 is #BD66B6. Grayscale: #767676. Windows color (decimal): -12412599 or 4823362. OLE color: 4823362.

HSL color Cylindrical-coordinate representation of color #429949: hue angle of 124.83º degrees, saturation: 0.4, 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 #429949 is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB6615373-
CMYK0.5700.520.4
HSL124.83º39.73%42.94%-
HSV(B)124.83º56.86%60%-
XYZ14.8424.4210.24-
YUV117.87102.6891-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.60%
GREEN value IS 153 (60.16% from 255) = 52.40%
BLUE value IS 73 (28.91% from 255) = 25%
R=22.60%
G=52.40%
B=25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66153730.5700.520.4124.8339.7342.94
Hex42994939034287d282b
Octal10223111171064501755053
Binary100001010011001100100111100101101001010001111101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429949; }

 p { color: rgb(66,153,73); }

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

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

 a { background-color: rgb(66,153,73); }

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

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

 span { border-color: rgb(66,153,73); }

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