Html Css Color HEX #419B46 Fruit Salad

📋 copy color: '#419B46'

red 65 ◦ green 155 ◦ blue 70

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

Shades of Fruit Salad #419B46

Tints of Fruit Salad #419B46

RGB

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

 GREEN value IS 155 (60.94% from 255) = 53.45%

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

R = 22.41%
G = 53.45%
B = 24.14%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#419B46 (or 0x419B46) is known color: Fruit Salad. HEX triplet: 41, 9B and 46. RGB value is (65,155,70). Sum of RGB (Red+Green+Blue) = 65+155+70=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 155 (60.94% from 255 or 53.45% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 155 - color contains mainly: green. Hex color #419B46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419B46 is #BE64B9. Grayscale: #767676. Windows color (decimal): -12477626 or 4627265. OLE color: 4627265.

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

Color convert

RGB 65 155 70 -
CMYK 0.58 0 0.55 0.39
HSL 123.33º 0.41% 0.43% -
HSV(B) 123.33º 0.58% 0.61% -
XYZ 15.01 25.01 9.83 -
YUV 118.4 100.68 89.91 -
System Red Green Blue C M Y K H S L
Decimal 65 155 70 0.58 0 0.55 0.39 123.33 0.41 0.43
Hex 41 9B 46 3A 0 37 27 7B 29 2B
Octal 101 233 106 72 0 67 47 173 51 53
Binary 1000001 10011011 1000110 111010 0 110111 100111 1111011 101001 101011

Color Harmonies of #419B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419B46

Black with #419B46

Text Example


Text Example

White with #419B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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