Html Css Color HEX #419B40 Fruit Salad

📋 copy color: '#419B40'

red 65 ◦ green 155 ◦ blue 64

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

Shades of Fruit Salad #419B40

Tints of Fruit Salad #419B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.54%

R = 22.89%
G = 54.58%
B = 22.54%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#419B40 (or 0x419B40) is known color: Fruit Salad. HEX triplet: 41, 9B and 40. RGB value is (65,155,64). Sum of RGB (Red+Green+Blue) = 65+155+64=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 155 (60.94% from 255 or 54.58% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 155 - color contains mainly: green. Hex color #419B40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419B40 is #BE64BF. Grayscale: #757575. Windows color (decimal): -12477632 or 4234049. OLE color: 4234049.

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

Color convert

RGB 65 155 64 -
CMYK 0.58 0 0.59 0.39
HSL 119.34º 0.42% 0.43% -
HSV(B) 119.34º 0.59% 0.61% -
XYZ 14.83 24.94 8.88 -
YUV 117.72 97.68 90.4 -
System Red Green Blue C M Y K H S L
Decimal 65 155 64 0.58 0 0.59 0.39 119.34 0.42 0.43
Hex 41 9B 40 3A 0 3B 27 77 2A 2B
Octal 101 233 100 72 0 73 47 167 52 53
Binary 1000001 10011011 1000000 111010 0 111011 100111 1110111 101010 101011

Color Harmonies of #419B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419B40

Black with #419B40

Text Example


Text Example

White with #419B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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