Html Css Color HEX #429841 Fruit Salad

📋 copy color: '#429841'

red 66 ◦ green 152 ◦ blue 65

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

Shades of Fruit Salad #429841

Tints of Fruit Salad #429841

RGB

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

 GREEN value IS 152 (59.77% from 255) = 53.71%

 BLUE value IS 65 (25.78% from 255) = 22.97%

R = 23.32%
G = 53.71%
B = 22.97%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#429841 (or 0x429841) is known color: Fruit Salad. HEX triplet: 42, 98 and 41. RGB value is (66,152,65). Sum of RGB (Red+Green+Blue) = 66+152+65=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 152 (59.77% from 255 or 53.71% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 152 - color contains mainly: green. Hex color #429841 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429841 is #BD67BE. Grayscale: #747474. Windows color (decimal): -12412863 or 4298818. OLE color: 4298818.

HSL color Cylindrical-coordinate representation of color #429841: hue angle of 119.31º 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 #429841 is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 152 65 -
CMYK 0.57 0 0.57 0.40
HSL 119.31º 0.4% 0.43% -
HSV(B) 119.31º 0.57% 0.6% -
XYZ 14.43 24 8.87 -
YUV 116.37 99.01 92.07 -
System Red Green Blue C M Y K H S L
Decimal 66 152 65 0.57 0 0.57 0.40 119.31 0.4 0.43
Hex 42 98 41 39 0 39 28 77 28 2B
Octal 102 230 101 71 0 71 50 167 50 53
Binary 1000010 10011000 1000001 111001 0 111001 101000 1110111 101000 101011

Color Harmonies of #429841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429841

Black with #429841

Text Example


Text Example

White with #429841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429841; }

 p { color: rgb(66,152,65); }

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

background-color css

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

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

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

border-color css

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

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

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