Html Css Color HEX #429949 Fruit Salad

📋 copy color: '#429949'

red 66 ◦ green 153 ◦ blue 73

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

Shades of Fruit Salad #429949

Tints of Fruit Salad #429949

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.4%

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

R = 22.6%
G = 52.4%
B = 25%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#429949 (or 0x429949) is known color: Fruit Salad. HEX triplet: 42, 99 and 49. RGB value is (66,153,73). Sum of RGB (Red+Green+Blue) = 66+153+73=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #429949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429949 is #BD66B6. Grayscale: #767676. Windows color (decimal): -12412599 or 4823362. OLE color: 4823362.

HSL color Cylindrical-coordinate representation of color #429949: hue angle of 124.83º degrees, saturation: 0.4, 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 #429949 is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 153 73 -
CMYK 0.57 0 0.52 0.4
HSL 124.83º 0.4% 0.43% -
HSV(B) 124.83º 0.57% 0.6% -
XYZ 14.84 24.42 10.24 -
YUV 117.87 102.68 91 -
System Red Green Blue C M Y K H S L
Decimal 66 153 73 0.57 0 0.52 0.4 124.83 0.4 0.43
Hex 42 99 49 39 0 34 28 7D 28 2B
Octal 102 231 111 71 0 64 50 175 50 53
Binary 1000010 10011001 1001001 111001 0 110100 101000 1111101 101000 101011

Color Harmonies of #429949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429949

Black with #429949

Text Example


Text Example

White with #429949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429949; }

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

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

background-color css

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

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

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

border-color css

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

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

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