Html Css Color HEX #419240 Fruit Salad

📋 copy color: '#419240'

red 65 ◦ green 146 ◦ blue 64

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

Shades of Fruit Salad #419240

Tints of Fruit Salad #419240

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.09%

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

R = 23.64%
G = 53.09%
B = 23.27%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#419240 (or 0x419240) is known color: Fruit Salad. HEX triplet: 41, 92 and 40. RGB value is (65,146,64). Sum of RGB (Red+Green+Blue) = 65+146+64=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 146 (57.42% from 255 or 53.09% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 146 - color contains mainly: green. Hex color #419240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419240 is #BE6DBF. Grayscale: #707070. Windows color (decimal): -12479936 or 4231745. OLE color: 4231745.

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

Color convert

RGB 65 146 64 -
CMYK 0.55 0 0.56 0.43
HSL 119.27º 0.39% 0.41% -
HSV(B) 119.27º 0.56% 0.57% -
XYZ 13.38 22.05 8.4 -
YUV 112.43 100.66 94.17 -
System Red Green Blue C M Y K H S L
Decimal 65 146 64 0.55 0 0.56 0.43 119.27 0.39 0.41
Hex 41 92 40 37 0 38 2B 77 27 29
Octal 101 222 100 67 0 70 53 167 47 51
Binary 1000001 10010010 1000000 110111 0 111000 101011 1110111 100111 101001

Color Harmonies of #419240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419240

Black with #419240

Text Example


Text Example

White with #419240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419240; }

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

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

background-color css

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

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

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

border-color css

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

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

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