Html Css Color HEX #429442 Fruit Salad

📋 copy color: '#429442'

red 66 ◦ green 148 ◦ blue 66

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

Shades of Fruit Salad #429442

Tints of Fruit Salad #429442

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.86%

 BLUE value IS 66 (26.17% from 255) = 23.57%

R = 23.57%
G = 52.86%
B = 23.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#429442 (or 0x429442) is known color: Fruit Salad. HEX triplet: 42, 94 and 42. RGB value is (66,148,66). Sum of RGB (Red+Green+Blue) = 66+148+66=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 148 (58.20% from 255 or 52.86% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 148 - color contains mainly: green. Hex color #429442 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429442 is #BD6BBD. Grayscale: #727272. Windows color (decimal): -12413886 or 4363330. OLE color: 4363330.

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

Color convert

RGB 66 148 66 -
CMYK 0.55 0 0.55 0.42
HSL 120º 0.38% 0.42% -
HSV(B) 120º 0.55% 0.58% -
XYZ 13.82 22.73 8.81 -
YUV 114.13 100.83 93.67 -
System Red Green Blue C M Y K H S L
Decimal 66 148 66 0.55 0 0.55 0.42 120 0.38 0.42
Hex 42 94 42 37 0 37 2A 78 26 2A
Octal 102 224 102 67 0 67 52 170 46 52
Binary 1000010 10010100 1000010 110111 0 110111 101010 1111000 100110 101010

Color Harmonies of #429442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429442

Black with #429442

Text Example


Text Example

White with #429442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429442; }

 p { color: rgb(66,148,66); }

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

background-color css

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

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

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

border-color css

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

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

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