Html Css Color HEX #429246 Fruit Salad

📋 copy color: '#429246'

red 66 ◦ green 146 ◦ blue 70

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

Shades of Fruit Salad #429246

Tints of Fruit Salad #429246

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.77%

 BLUE value IS 70 (27.73% from 255) = 24.82%

R = 23.4%
G = 51.77%
B = 24.82%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.52

 K value IS 0.43

RGB Variations

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

Color information

#429246 (or 0x429246) is known color: Fruit Salad. HEX triplet: 42, 92 and 46. RGB value is (66,146,70). Sum of RGB (Red+Green+Blue) = 66+146+70=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #429246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429246 is #BD6DB9. Grayscale: #717171. Windows color (decimal): -12414394 or 4624962. OLE color: 4624962.

HSL color Cylindrical-coordinate representation of color #429246: hue angle of 123º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #429246 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 146 70 -
CMYK 0.55 0 0.52 0.43
HSL 123º 0.38% 0.42% -
HSV(B) 123º 0.55% 0.57% -
XYZ 13.63 22.16 9.35 -
YUV 113.42 103.5 94.18 -
System Red Green Blue C M Y K H S L
Decimal 66 146 70 0.55 0 0.52 0.43 123 0.38 0.42
Hex 42 92 46 37 0 34 2B 7B 26 2A
Octal 102 222 106 67 0 64 53 173 46 52
Binary 1000010 10010010 1000110 110111 0 110100 101011 1111011 100110 101010

Color Harmonies of #429246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429246

Black with #429246

Text Example


Text Example

White with #429246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429246; }

 p { color: rgb(66,146,70); }

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

background-color css

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

 a { background-color: rgb(66,146,70); }

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

border-color css

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

 span { border-color: rgb(66,146,70); }

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