Html Css Color HEX #429048 Fruit Salad

📋 copy color: '#429048'

red 66 ◦ green 144 ◦ blue 72

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

Shades of Fruit Salad #429048

Tints of Fruit Salad #429048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.53%

R = 23.4%
G = 51.06%
B = 25.53%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#429048 (or 0x429048) is known color: Fruit Salad. HEX triplet: 42, 90 and 48. RGB value is (66,144,72). Sum of RGB (Red+Green+Blue) = 66+144+72=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #429048 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429048 is #BD6FB7. Grayscale: #707070. Windows color (decimal): -12414904 or 4755522. OLE color: 4755522.

HSL color Cylindrical-coordinate representation of color #429048: hue angle of 124.62º 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 #429048 is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 144 72 -
CMYK 0.54 0 0.50 0.44
HSL 124.62º 0.37% 0.41% -
HSV(B) 124.62º 0.54% 0.56% -
XYZ 13.39 21.57 9.59 -
YUV 112.47 105.16 94.85 -
System Red Green Blue C M Y K H S L
Decimal 66 144 72 0.54 0 0.50 0.44 124.62 0.37 0.41
Hex 42 90 48 36 0 32 2C 7D 25 29
Octal 102 220 110 66 0 62 54 175 45 51
Binary 1000010 10010000 1001000 110110 0 110010 101100 1111101 100101 101001

Color Harmonies of #429048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429048

Black with #429048

Text Example


Text Example

White with #429048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429048; }

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

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

background-color css

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

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

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

border-color css

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

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

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