Html Css Color HEX #429E49 Fruit Salad

📋 copy color: '#429E49'

red 66 ◦ green 158 ◦ blue 73

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

Shades of Fruit Salad #429E49

Tints of Fruit Salad #429E49

RGB

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

 GREEN value IS 158 (62.11% from 255) = 53.2%

 BLUE value IS 73 (28.91% from 255) = 24.58%

R = 22.22%
G = 53.2%
B = 24.58%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#429E49 (or 0x429E49) is known color: Fruit Salad. HEX triplet: 42, 9E and 49. RGB value is (66,158,73). Sum of RGB (Red+Green+Blue) = 66+158+73=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 158 (62.11% from 255 or 53.20% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 158 - color contains mainly: green. Hex color #429E49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429E49 is #BD61B6. Grayscale: #797979. Windows color (decimal): -12411319 or 4824642. OLE color: 4824642.

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

Color convert

RGB 66 158 73 -
CMYK 0.58 0 0.54 0.38
HSL 124.57º 0.41% 0.44% -
HSV(B) 124.57º 0.58% 0.62% -
XYZ 15.68 26.09 10.51 -
YUV 120.8 101.02 88.91 -
System Red Green Blue C M Y K H S L
Decimal 66 158 73 0.58 0 0.54 0.38 124.57 0.41 0.44
Hex 42 9E 49 3A 0 36 26 7D 29 2C
Octal 102 236 111 72 0 66 46 175 51 54
Binary 1000010 10011110 1001001 111010 0 110110 100110 1111101 101001 101100

Color Harmonies of #429E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429E49

Black with #429E49

Text Example


Text Example

White with #429E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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