Html Css Color HEX #429241 Fruit Salad

📋 copy color: '#429241'

red 66 ◦ green 146 ◦ blue 65

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

Shades of Fruit Salad #429241

Tints of Fruit Salad #429241

RGB

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

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

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

R = 23.83%
G = 52.71%
B = 23.47%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#429241 (or 0x429241) is known color: Fruit Salad. HEX triplet: 42, 92 and 41. RGB value is (66,146,65). Sum of RGB (Red+Green+Blue) = 66+146+65=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 146 (57.42% from 255 or 52.71% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 146 - color contains mainly: green. Hex color #429241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429241 is #BD6DBE. Grayscale: #717171. Windows color (decimal): -12414399 or 4297282. OLE color: 4297282.

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

Color convert

RGB 66 146 65 -
CMYK 0.55 0 0.55 0.43
HSL 119.26º 0.38% 0.41% -
HSV(B) 119.26º 0.55% 0.57% -
XYZ 13.48 22.1 8.56 -
YUV 112.85 101 94.59 -
System Red Green Blue C M Y K H S L
Decimal 66 146 65 0.55 0 0.55 0.43 119.26 0.38 0.41
Hex 42 92 41 37 0 37 2B 77 26 29
Octal 102 222 101 67 0 67 53 167 46 51
Binary 1000010 10010010 1000001 110111 0 110111 101011 1110111 100110 101001

Color Harmonies of #429241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429241

Black with #429241

Text Example


Text Example

White with #429241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429241; }

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

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

background-color css

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

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

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

border-color css

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

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

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