Html Css Color HEX #429147 Fruit Salad

📋 copy color: '#429147'

red 66 ◦ green 145 ◦ blue 71

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

Shades of Fruit Salad #429147

Tints of Fruit Salad #429147

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.42%

 BLUE value IS 71 (28.13% from 255) = 25.18%

R = 23.4%
G = 51.42%
B = 25.18%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#429147 (or 0x429147) is known color: Fruit Salad. HEX triplet: 42, 91 and 47. RGB value is (66,145,71). Sum of RGB (Red+Green+Blue) = 66+145+71=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 145 (57.03% from 255 or 51.42% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 145 - color contains mainly: green. Hex color #429147 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429147 is #BD6EB8. Grayscale: #717171. Windows color (decimal): -12414649 or 4690242. OLE color: 4690242.

HSL color Cylindrical-coordinate representation of color #429147: hue angle of 123.8º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #429147 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 145 71 -
CMYK 0.54 0 0.51 0.43
HSL 123.8º 0.37% 0.41% -
HSV(B) 123.8º 0.54% 0.57% -
XYZ 13.51 21.86 9.47 -
YUV 112.94 104.33 94.52 -
System Red Green Blue C M Y K H S L
Decimal 66 145 71 0.54 0 0.51 0.43 123.8 0.37 0.41
Hex 42 91 47 36 0 33 2B 7C 25 29
Octal 102 221 107 66 0 63 53 174 45 51
Binary 1000010 10010001 1000111 110110 0 110011 101011 1111100 100101 101001

Color Harmonies of #429147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429147

Black with #429147

Text Example


Text Example

White with #429147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429147; }

 p { color: rgb(66,145,71); }

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

background-color css

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

 a { background-color: rgb(66,145,71); }

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

border-color css

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

 span { border-color: rgb(66,145,71); }

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