Html Css Color HEX #419F49 Fruit Salad

📋 copy color: '#419F49'

red 65 ◦ green 159 ◦ blue 73

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

Shades of Fruit Salad #419F49

Tints of Fruit Salad #419F49

RGB

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

 GREEN value IS 159 (62.5% from 255) = 53.54%

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

R = 21.89%
G = 53.54%
B = 24.58%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#419F49 (or 0x419F49) is known color: Fruit Salad. HEX triplet: 41, 9F and 49. RGB value is (65,159,73). Sum of RGB (Red+Green+Blue) = 65+159+73=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 159 (62.5% from 255 or 53.54% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 159 - color contains mainly: green. Hex color #419F49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419F49 is #BE60B6. Grayscale: #797979. Windows color (decimal): -12476599 or 4824897. OLE color: 4824897.

HSL color Cylindrical-coordinate representation of color #419F49: hue angle of 125.11º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #419F49 is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 159 73 -
CMYK 0.59 0 0.54 0.38
HSL 125.11º 0.42% 0.44% -
HSV(B) 125.11º 0.59% 0.62% -
XYZ 15.78 26.4 10.57 -
YUV 121.09 100.86 87.99 -
System Red Green Blue C M Y K H S L
Decimal 65 159 73 0.59 0 0.54 0.38 125.11 0.42 0.44
Hex 41 9F 49 3B 0 36 26 7D 2A 2C
Octal 101 237 111 73 0 66 46 175 52 54
Binary 1000001 10011111 1001001 111011 0 110110 100110 1111101 101010 101100

Color Harmonies of #419F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419F49

Black with #419F49

Text Example


Text Example

White with #419F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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