Html Css Color HEX #429040 Fruit Salad

📋 copy color: '#429040'

red 66 ◦ green 144 ◦ blue 64

#429040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #429040

Tints of Fruit Salad #429040

RGB

 RED value IS 66 (26.17% from 255) = 24.09%

 GREEN value IS 144 (56.64% from 255) = 52.55%

 BLUE value IS 64 (25.39% from 255) = 23.36%

R = 24.09%
G = 52.55%
B = 23.36%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#429040 (or 0x429040) is known color: Fruit Salad. HEX triplet: 42, 90 and 40. RGB value is (66,144,64). Sum of RGB (Red+Green+Blue) = 66+144+64=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 144 (56.64% from 255 or 52.55% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 144 - color contains mainly: green. Hex color #429040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429040 is #BD6FBF. Grayscale: #6F6F6F. Windows color (decimal): -12414912 or 4231234. OLE color: 4231234.

HSL color Cylindrical-coordinate representation of color #429040: hue angle of 118.5º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #429040 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 144 64 -
CMYK 0.54 0 0.56 0.44
HSL 118.5º 0.38% 0.41% -
HSV(B) 118.5º 0.56% 0.56% -
XYZ 13.15 21.47 8.3 -
YUV 111.56 101.16 95.5 -
System Red Green Blue C M Y K H S L
Decimal 66 144 64 0.54 0 0.56 0.44 118.5 0.38 0.41
Hex 42 90 40 36 0 38 2C 76 26 29
Octal 102 220 100 66 0 70 54 166 46 51
Binary 1000010 10010000 1000000 110110 0 111000 101100 1110110 100110 101001

Color Harmonies of #429040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429040

Black with #429040

Text Example


Text Example

White with #429040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429040; }

 p { color: rgb(66,144,64); }

 H1.HeaderClassName
 {
   color: #429040;
 }
 .AnyTagClassName
 {
   color: #429040;
 }
</style>

background-color css

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

 a { background-color: rgb(66,144,64); }

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

border-color css

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

 span { border-color: rgb(66,144,64); }

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