Html Css Color HEX #429540 Fruit Salad

📋 copy color: '#429540'

red 66 ◦ green 149 ◦ blue 64

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

Shades of Fruit Salad #429540

Tints of Fruit Salad #429540

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.41%

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

R = 23.66%
G = 53.41%
B = 22.94%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#429540 (or 0x429540) is known color: Fruit Salad. HEX triplet: 42, 95 and 40. RGB value is (66,149,64). Sum of RGB (Red+Green+Blue) = 66+149+64=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 149 (58.59% from 255 or 53.41% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 149 - color contains mainly: green. Hex color #429540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429540 is #BD6ABF. Grayscale: #727272. Windows color (decimal): -12413632 or 4232514. OLE color: 4232514.

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

Color convert

RGB 66 149 64 -
CMYK 0.56 0 0.57 0.42
HSL 118.59º 0.4% 0.42% -
HSV(B) 118.59º 0.57% 0.58% -
XYZ 13.92 23.02 8.56 -
YUV 114.49 99.5 93.41 -
System Red Green Blue C M Y K H S L
Decimal 66 149 64 0.56 0 0.57 0.42 118.59 0.4 0.42
Hex 42 95 40 38 0 39 2A 77 28 2A
Octal 102 225 100 70 0 71 52 167 50 52
Binary 1000010 10010101 1000000 111000 0 111001 101010 1110111 101000 101010

Color Harmonies of #429540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429540

Black with #429540

Text Example


Text Example

White with #429540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429540; }

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

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

background-color css

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

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

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

border-color css

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

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

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