Html Css Color HEX #429D4D Fruit Salad

📋 copy color: '#429D4D'

red 66 ◦ green 157 ◦ blue 77

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

Shades of Fruit Salad #429D4D

Tints of Fruit Salad #429D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.67%

R = 22%
G = 52.33%
B = 25.67%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#429D4D (or 0x429D4D) is known color: Fruit Salad. HEX triplet: 42, 9D and 4D. RGB value is (66,157,77). Sum of RGB (Red+Green+Blue) = 66+157+77=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 157 (61.72% from 255 or 52.33% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 157 - color contains mainly: green. Hex color #429D4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429D4D is #BD62B2. Grayscale: #787878. Windows color (decimal): -12411571 or 5086530. OLE color: 5086530.

HSL color Cylindrical-coordinate representation of color #429D4D: hue angle of 127.25º 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 #429D4D is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 157 77 -
CMYK 0.58 0 0.51 0.38
HSL 127.25º 0.41% 0.44% -
HSV(B) 127.25º 0.58% 0.62% -
XYZ 15.64 25.81 11.18 -
YUV 120.67 103.35 89 -
System Red Green Blue C M Y K H S L
Decimal 66 157 77 0.58 0 0.51 0.38 127.25 0.41 0.44
Hex 42 9D 4D 3A 0 33 26 7F 29 2C
Octal 102 235 115 72 0 63 46 177 51 54
Binary 1000010 10011101 1001101 111010 0 110011 100110 1111111 101001 101100

Color Harmonies of #429D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429D4D

Black with #429D4D

Text Example


Text Example

White with #429D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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