Html Css Color HEX #429849 Fruit Salad

📋 copy color: '#429849'

red 66 ◦ green 152 ◦ blue 73

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

Shades of Fruit Salad #429849

Tints of Fruit Salad #429849

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.23%

 BLUE value IS 73 (28.91% from 255) = 25.09%

R = 22.68%
G = 52.23%
B = 25.09%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#429849 (or 0x429849) is known color: Fruit Salad. HEX triplet: 42, 98 and 49. RGB value is (66,152,73). Sum of RGB (Red+Green+Blue) = 66+152+73=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 152 (59.77% from 255 or 52.23% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 152 - color contains mainly: green. Hex color #429849 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429849 is #BD67B6. Grayscale: #757575. Windows color (decimal): -12412855 or 4823106. OLE color: 4823106.

HSL color Cylindrical-coordinate representation of color #429849: hue angle of 124.88º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429849 is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 152 73 -
CMYK 0.57 0 0.52 0.40
HSL 124.88º 0.39% 0.43% -
HSV(B) 124.88º 0.57% 0.6% -
XYZ 14.68 24.1 10.18 -
YUV 117.28 103.01 91.42 -
System Red Green Blue C M Y K H S L
Decimal 66 152 73 0.57 0 0.52 0.40 124.88 0.39 0.43
Hex 42 98 49 39 0 34 28 7D 27 2B
Octal 102 230 111 71 0 64 50 175 47 53
Binary 1000010 10011000 1001001 111001 0 110100 101000 1111101 100111 101011

Color Harmonies of #429849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429849

Black with #429849

Text Example


Text Example

White with #429849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429849; }

 p { color: rgb(66,152,73); }

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

background-color css

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

 a { background-color: rgb(66,152,73); }

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

border-color css

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

 span { border-color: rgb(66,152,73); }

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