Html Css Color HEX #419D46 Fruit Salad

📋 copy color: '#419D46'

red 65 ◦ green 157 ◦ blue 70

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

Shades of Fruit Salad #419D46

Tints of Fruit Salad #419D46

RGB

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

 GREEN value IS 157 (61.72% from 255) = 53.77%

 BLUE value IS 70 (27.73% from 255) = 23.97%

R = 22.26%
G = 53.77%
B = 23.97%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#419D46 (or 0x419D46) is known color: Fruit Salad. HEX triplet: 41, 9D and 46. RGB value is (65,157,70). Sum of RGB (Red+Green+Blue) = 65+157+70=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 157 (61.72% from 255 or 53.77% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 157 - color contains mainly: green. Hex color #419D46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419D46 is #BE62B9. Grayscale: #777777. Windows color (decimal): -12477114 or 4627777. OLE color: 4627777.

HSL color Cylindrical-coordinate representation of color #419D46: hue angle of 123.26º degrees, saturation: 0.41, 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 #419D46 is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 157 70 -
CMYK 0.59 0 0.55 0.38
HSL 123.26º 0.41% 0.44% -
HSV(B) 123.26º 0.59% 0.62% -
XYZ 15.34 25.68 9.94 -
YUV 119.57 100.02 89.07 -
System Red Green Blue C M Y K H S L
Decimal 65 157 70 0.59 0 0.55 0.38 123.26 0.41 0.44
Hex 41 9D 46 3B 0 37 26 7B 29 2C
Octal 101 235 106 73 0 67 46 173 51 54
Binary 1000001 10011101 1000110 111011 0 110111 100110 1111011 101001 101100

Color Harmonies of #419D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419D46

Black with #419D46

Text Example


Text Example

White with #419D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,157,70); }

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

background-color css

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

 a { background-color: rgb(65,157,70); }

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

border-color css

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

 span { border-color: rgb(65,157,70); }

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