Html Css Color HEX #429D4A Fruit Salad

📋 copy color: '#429D4A'

red 66 ◦ green 157 ◦ blue 74

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

Shades of Fruit Salad #429D4A

Tints of Fruit Salad #429D4A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 52.86%

 BLUE value IS 74 (29.3% from 255) = 24.92%

R = 22.22%
G = 52.86%
B = 24.92%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#429D4A (or 0x429D4A) is known color: Fruit Salad. HEX triplet: 42, 9D and 4A. RGB value is (66,157,74). Sum of RGB (Red+Green+Blue) = 66+157+74=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 157 (61.72% from 255 or 52.86% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 157 - color contains mainly: green. Hex color #429D4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429D4A is #BD62B5. Grayscale: #787878. Windows color (decimal): -12411574 or 4889922. OLE color: 4889922.

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

Color convert

RGB 66 157 74 -
CMYK 0.58 0 0.53 0.38
HSL 125.27º 0.41% 0.44% -
HSV(B) 125.27º 0.58% 0.62% -
XYZ 15.54 25.77 10.63 -
YUV 120.33 101.85 89.25 -
System Red Green Blue C M Y K H S L
Decimal 66 157 74 0.58 0 0.53 0.38 125.27 0.41 0.44
Hex 42 9D 4A 3A 0 35 26 7D 29 2C
Octal 102 235 112 72 0 65 46 175 51 54
Binary 1000010 10011101 1001010 111010 0 110101 100110 1111101 101001 101100

Color Harmonies of #429D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429D4A

Black with #429D4A

Text Example


Text Example

White with #429D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,157,74); }

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

background-color css

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

 a { background-color: rgb(66,157,74); }

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

border-color css

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

 span { border-color: rgb(66,157,74); }

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