Html Css Color HEX #429746 Fruit Salad

📋 copy color: '#429746'

red 66 ◦ green 151 ◦ blue 70

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

Shades of Fruit Salad #429746

Tints of Fruit Salad #429746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.39%

R = 23%
G = 52.61%
B = 24.39%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#429746 (or 0x429746) is known color: Fruit Salad. HEX triplet: 42, 97 and 46. RGB value is (66,151,70). Sum of RGB (Red+Green+Blue) = 66+151+70=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 151 (59.38% from 255 or 52.61% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 151 - color contains mainly: green. Hex color #429746 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429746 is #BD68B9. Grayscale: #747474. Windows color (decimal): -12413114 or 4626242. OLE color: 4626242.

HSL color Cylindrical-coordinate representation of color #429746: hue angle of 122.82º 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 #429746 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 151 70 -
CMYK 0.56 0 0.54 0.41
HSL 122.82º 0.39% 0.43% -
HSV(B) 122.82º 0.56% 0.59% -
XYZ 14.42 23.73 9.62 -
YUV 116.35 101.84 92.09 -
System Red Green Blue C M Y K H S L
Decimal 66 151 70 0.56 0 0.54 0.41 122.82 0.39 0.43
Hex 42 97 46 38 0 36 29 7B 27 2B
Octal 102 227 106 70 0 66 51 173 47 53
Binary 1000010 10010111 1000110 111000 0 110110 101001 1111011 100111 101011

Color Harmonies of #429746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429746

Black with #429746

Text Example


Text Example

White with #429746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429746; }

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

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

background-color css

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

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

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

border-color css

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

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

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