Html Css Color HEX #429248 Fruit Salad

📋 copy color: '#429248'

red 66 ◦ green 146 ◦ blue 72

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

Shades of Fruit Salad #429248

Tints of Fruit Salad #429248

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.41%

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

R = 23.24%
G = 51.41%
B = 25.35%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#429248 (or 0x429248) is known color: Fruit Salad. HEX triplet: 42, 92 and 48. RGB value is (66,146,72). Sum of RGB (Red+Green+Blue) = 66+146+72=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #429248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429248 is #BD6DB7. Grayscale: #717171. Windows color (decimal): -12414392 or 4756034. OLE color: 4756034.

HSL color Cylindrical-coordinate representation of color #429248: hue angle of 124.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #429248 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 146 72 -
CMYK 0.55 0 0.51 0.43
HSL 124.5º 0.38% 0.42% -
HSV(B) 124.5º 0.55% 0.57% -
XYZ 13.7 22.18 9.69 -
YUV 113.64 104.5 94.02 -
System Red Green Blue C M Y K H S L
Decimal 66 146 72 0.55 0 0.51 0.43 124.5 0.38 0.42
Hex 42 92 48 37 0 33 2B 7C 26 2A
Octal 102 222 110 67 0 63 53 174 46 52
Binary 1000010 10010010 1001000 110111 0 110011 101011 1111100 100110 101010

Color Harmonies of #429248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429248

Black with #429248

Text Example


Text Example

White with #429248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429248; }

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

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

background-color css

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

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

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

border-color css

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

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

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