Html Css Color HEX #429748 Fruit Salad

📋 copy color: '#429748'

red 66 ◦ green 151 ◦ blue 72

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

Shades of Fruit Salad #429748

Tints of Fruit Salad #429748

RGB

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

 GREEN value IS 151 (59.38% from 255) = 52.25%

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

R = 22.84%
G = 52.25%
B = 24.91%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#429748 (or 0x429748) is known color: Fruit Salad. HEX triplet: 42, 97 and 48. RGB value is (66,151,72). Sum of RGB (Red+Green+Blue) = 66+151+72=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 151 (59.38% from 255 or 52.25% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 151 - color contains mainly: green. Hex color #429748 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429748 is #BD68B7. Grayscale: #747474. Windows color (decimal): -12413112 or 4757314. OLE color: 4757314.

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

Color convert

RGB 66 151 72 -
CMYK 0.56 0 0.52 0.41
HSL 124.24º 0.39% 0.43% -
HSV(B) 124.24º 0.56% 0.59% -
XYZ 14.48 23.76 9.95 -
YUV 116.58 102.84 91.92 -
System Red Green Blue C M Y K H S L
Decimal 66 151 72 0.56 0 0.52 0.41 124.24 0.39 0.43
Hex 42 97 48 38 0 34 29 7C 27 2B
Octal 102 227 110 70 0 64 51 174 47 53
Binary 1000010 10010111 1001000 111000 0 110100 101001 1111100 100111 101011

Color Harmonies of #429748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429748

Black with #429748

Text Example


Text Example

White with #429748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429748; }

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

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

background-color css

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

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

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

border-color css

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

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

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