Html Css Color HEX #429247 Fruit Salad

📋 copy color: '#429247'

red 66 ◦ green 146 ◦ blue 71

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

Shades of Fruit Salad #429247

Tints of Fruit Salad #429247

RGB

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

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

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

R = 23.32%
G = 51.59%
B = 25.09%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#429247 (or 0x429247) is known color: Fruit Salad. HEX triplet: 42, 92 and 47. RGB value is (66,146,71). Sum of RGB (Red+Green+Blue) = 66+146+71=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #429247 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429247 is #BD6DB8. Grayscale: #717171. Windows color (decimal): -12414393 or 4690498. OLE color: 4690498.

HSL color Cylindrical-coordinate representation of color #429247: hue angle of 123.75º 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 #429247 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 146 71 -
CMYK 0.55 0 0.51 0.43
HSL 123.75º 0.38% 0.42% -
HSV(B) 123.75º 0.55% 0.57% -
XYZ 13.66 22.17 9.52 -
YUV 113.53 104 94.1 -
System Red Green Blue C M Y K H S L
Decimal 66 146 71 0.55 0 0.51 0.43 123.75 0.38 0.42
Hex 42 92 47 37 0 33 2B 7C 26 2A
Octal 102 222 107 67 0 63 53 174 46 52
Binary 1000010 10010010 1000111 110111 0 110011 101011 1111100 100110 101010

Color Harmonies of #429247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429247

Black with #429247

Text Example


Text Example

White with #429247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429247; }

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

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

background-color css

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

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

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

border-color css

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

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

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