Html Css Color HEX #429C49 Fruit Salad

📋 copy color: '#429C49'

red 66 ◦ green 156 ◦ blue 73

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

Shades of Fruit Salad #429C49

Tints of Fruit Salad #429C49

RGB

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

 GREEN value IS 156 (61.33% from 255) = 52.88%

 BLUE value IS 73 (28.91% from 255) = 24.75%

R = 22.37%
G = 52.88%
B = 24.75%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#429C49 (or 0x429C49) is known color: Fruit Salad. HEX triplet: 42, 9C and 49. RGB value is (66,156,73). Sum of RGB (Red+Green+Blue) = 66+156+73=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 156 (61.33% from 255 or 52.88% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 156 - color contains mainly: green. Hex color #429C49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429C49 is #BD63B6. Grayscale: #777777. Windows color (decimal): -12411831 or 4824130. OLE color: 4824130.

HSL color Cylindrical-coordinate representation of color #429C49: hue angle of 124.67º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429C49 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 156 73 -
CMYK 0.58 0 0.53 0.39
HSL 124.67º 0.41% 0.44% -
HSV(B) 124.67º 0.58% 0.61% -
XYZ 15.34 25.42 10.4 -
YUV 119.63 101.68 89.75 -
System Red Green Blue C M Y K H S L
Decimal 66 156 73 0.58 0 0.53 0.39 124.67 0.41 0.44
Hex 42 9C 49 3A 0 35 27 7D 29 2C
Octal 102 234 111 72 0 65 47 175 51 54
Binary 1000010 10011100 1001001 111010 0 110101 100111 1111101 101001 101100

Color Harmonies of #429C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429C49

Black with #429C49

Text Example


Text Example

White with #429C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429C49; }

 p { color: rgb(66,156,73); }

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

background-color css

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

 a { background-color: rgb(66,156,73); }

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

border-color css

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

 span { border-color: rgb(66,156,73); }

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