Html Css Color HEX #429043 Fruit Salad

📋 copy color: '#429043'

red 66 ◦ green 144 ◦ blue 67

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

Shades of Fruit Salad #429043

Tints of Fruit Salad #429043

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.99%

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

R = 23.83%
G = 51.99%
B = 24.19%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.53

 K value IS 0.44

RGB Variations

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

Color information

#429043 (or 0x429043) is known color: Fruit Salad. HEX triplet: 42, 90 and 43. RGB value is (66,144,67). Sum of RGB (Red+Green+Blue) = 66+144+67=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #429043 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429043 is #BD6FBC. Grayscale: #707070. Windows color (decimal): -12414909 or 4427842. OLE color: 4427842.

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

Color convert

RGB 66 144 67 -
CMYK 0.54 0 0.53 0.44
HSL 120.77º 0.37% 0.41% -
HSV(B) 120.77º 0.54% 0.56% -
XYZ 13.23 21.51 8.76 -
YUV 111.9 102.66 95.26 -
System Red Green Blue C M Y K H S L
Decimal 66 144 67 0.54 0 0.53 0.44 120.77 0.37 0.41
Hex 42 90 43 36 0 35 2C 79 25 29
Octal 102 220 103 66 0 65 54 171 45 51
Binary 1000010 10010000 1000011 110110 0 110101 101100 1111001 100101 101001

Color Harmonies of #429043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429043

Black with #429043

Text Example


Text Example

White with #429043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429043; }

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

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

background-color css

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

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

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

border-color css

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

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

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