Html Css Color HEX #419749 Fruit Salad

📋 copy color: '#419749'

red 65 ◦ green 151 ◦ blue 73

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

Shades of Fruit Salad #419749

Tints of Fruit Salad #419749

RGB

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

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

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

R = 22.49%
G = 52.25%
B = 25.26%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#419749 (or 0x419749) is known color: Fruit Salad. HEX triplet: 41, 97 and 49. RGB value is (65,151,73). Sum of RGB (Red+Green+Blue) = 65+151+73=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 151 (59.38% from 255 or 52.25% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 151 - color contains mainly: green. Hex color #419749 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419749 is #BE68B6. Grayscale: #747474. Windows color (decimal): -12478647 or 4822849. OLE color: 4822849.

HSL color Cylindrical-coordinate representation of color #419749: hue angle of 125.58º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #419749 is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 151 73 -
CMYK 0.57 0 0.52 0.41
HSL 125.58º 0.4% 0.42% -
HSV(B) 125.58º 0.57% 0.59% -
XYZ 14.45 23.74 10.12 -
YUV 116.39 103.51 91.34 -
System Red Green Blue C M Y K H S L
Decimal 65 151 73 0.57 0 0.52 0.41 125.58 0.4 0.42
Hex 41 97 49 39 0 34 29 7E 28 2A
Octal 101 227 111 71 0 64 51 176 50 52
Binary 1000001 10010111 1001001 111001 0 110100 101001 1111110 101000 101010

Color Harmonies of #419749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419749

Black with #419749

Text Example


Text Example

White with #419749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419749; }

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

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

background-color css

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

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

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

border-color css

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

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

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