Html Css Color HEX #429340 Fruit Salad

📋 copy color: '#429340'

red 66 ◦ green 147 ◦ blue 64

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

Shades of Fruit Salad #429340

Tints of Fruit Salad #429340

RGB

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

 GREEN value IS 147 (57.81% from 255) = 53.07%

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

R = 23.83%
G = 53.07%
B = 23.1%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#429340 (or 0x429340) is known color: Fruit Salad. HEX triplet: 42, 93 and 40. RGB value is (66,147,64). Sum of RGB (Red+Green+Blue) = 66+147+64=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 147 (57.81% from 255 or 53.07% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 147 - color contains mainly: green. Hex color #429340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429340 is #BD6CBF. Grayscale: #717171. Windows color (decimal): -12414144 or 4232002. OLE color: 4232002.

HSL color Cylindrical-coordinate representation of color #429340: hue angle of 118.55º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #429340 is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 147 64 -
CMYK 0.55 0 0.56 0.42
HSL 118.55º 0.39% 0.41% -
HSV(B) 118.55º 0.56% 0.58% -
XYZ 13.61 22.4 8.46 -
YUV 113.32 100.16 94.25 -
System Red Green Blue C M Y K H S L
Decimal 66 147 64 0.55 0 0.56 0.42 118.55 0.39 0.41
Hex 42 93 40 37 0 38 2A 77 27 29
Octal 102 223 100 67 0 70 52 167 47 51
Binary 1000010 10010011 1000000 110111 0 111000 101010 1110111 100111 101001

Color Harmonies of #429340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429340

Black with #429340

Text Example


Text Example

White with #429340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429340; }

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

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

background-color css

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

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

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

border-color css

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

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

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