Html Css Color HEX #419149 Fruit Salad

📋 copy color: '#419149'

red 65 ◦ green 145 ◦ blue 73

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

Shades of Fruit Salad #419149

Tints of Fruit Salad #419149

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.24%

 BLUE value IS 73 (28.91% from 255) = 25.8%

R = 22.97%
G = 51.24%
B = 25.8%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#419149 (or 0x419149) is known color: Fruit Salad. HEX triplet: 41, 91 and 49. RGB value is (65,145,73). Sum of RGB (Red+Green+Blue) = 65+145+73=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #419149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419149 is #BE6EB6. Grayscale: #717171. Windows color (decimal): -12480183 or 4821313. OLE color: 4821313.

HSL color Cylindrical-coordinate representation of color #419149: hue angle of 126º 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 #419149 is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 145 73 -
CMYK 0.55 0 0.50 0.43
HSL 126º 0.38% 0.41% -
HSV(B) 126º 0.55% 0.57% -
XYZ 13.51 21.86 9.81 -
YUV 112.87 105.5 93.85 -
System Red Green Blue C M Y K H S L
Decimal 65 145 73 0.55 0 0.50 0.43 126 0.38 0.41
Hex 41 91 49 37 0 32 2B 7E 26 29
Octal 101 221 111 67 0 62 53 176 46 51
Binary 1000001 10010001 1001001 110111 0 110010 101011 1111110 100110 101001

Color Harmonies of #419149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419149

Black with #419149

Text Example


Text Example

White with #419149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419149; }

 p { color: rgb(65,145,73); }

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

background-color css

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

 a { background-color: rgb(65,145,73); }

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

border-color css

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

 span { border-color: rgb(65,145,73); }

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