Html Css Color HEX #429143 Fruit Salad

📋 copy color: '#429143'

red 66 ◦ green 145 ◦ blue 67

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

Shades of Fruit Salad #429143

Tints of Fruit Salad #429143

RGB

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

 GREEN value IS 145 (57.03% from 255) = 52.16%

 BLUE value IS 67 (26.56% from 255) = 24.1%

R = 23.74%
G = 52.16%
B = 24.1%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.54

 K value IS 0.43

RGB Variations

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

Color information

#429143 (or 0x429143) is known color: Fruit Salad. HEX triplet: 42, 91 and 43. RGB value is (66,145,67). Sum of RGB (Red+Green+Blue) = 66+145+67=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #429143 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429143 is #BD6EBC. Grayscale: #707070. Windows color (decimal): -12414653 or 4428098. OLE color: 4428098.

HSL color Cylindrical-coordinate representation of color #429143: hue angle of 120.76º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #429143 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 145 67 -
CMYK 0.54 0 0.54 0.43
HSL 120.76º 0.37% 0.41% -
HSV(B) 120.76º 0.54% 0.57% -
XYZ 13.39 21.81 8.82 -
YUV 112.49 102.33 94.84 -
System Red Green Blue C M Y K H S L
Decimal 66 145 67 0.54 0 0.54 0.43 120.76 0.37 0.41
Hex 42 91 43 36 0 36 2B 79 25 29
Octal 102 221 103 66 0 66 53 171 45 51
Binary 1000010 10010001 1000011 110110 0 110110 101011 1111001 100101 101001

Color Harmonies of #429143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429143

Black with #429143

Text Example


Text Example

White with #429143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429143; }

 p { color: rgb(66,145,67); }

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

background-color css

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

 a { background-color: rgb(66,145,67); }

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

border-color css

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

 span { border-color: rgb(66,145,67); }

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