Html Css Color HEX #419241 Fruit Salad

📋 copy color: '#419241'

red 65 ◦ green 146 ◦ blue 65

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

Shades of Fruit Salad #419241

Tints of Fruit Salad #419241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.55%

R = 23.55%
G = 52.9%
B = 23.55%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#419241 (or 0x419241) is known color: Fruit Salad. HEX triplet: 41, 92 and 41. RGB value is (65,146,65). Sum of RGB (Red+Green+Blue) = 65+146+65=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 146 (57.42% from 255 or 52.90% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 146 - color contains mainly: green. Hex color #419241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419241 is #BE6DBE. Grayscale: #707070. Windows color (decimal): -12479935 or 4297281. OLE color: 4297281.

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

Color convert

RGB 65 146 65 -
CMYK 0.55 0 0.55 0.43
HSL 120º 0.38% 0.41% -
HSV(B) 120º 0.55% 0.57% -
XYZ 13.41 22.06 8.55 -
YUV 112.55 101.16 94.09 -
System Red Green Blue C M Y K H S L
Decimal 65 146 65 0.55 0 0.55 0.43 120 0.38 0.41
Hex 41 92 41 37 0 37 2B 78 26 29
Octal 101 222 101 67 0 67 53 170 46 51
Binary 1000001 10010010 1000001 110111 0 110111 101011 1111000 100110 101001

Color Harmonies of #419241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419241

Black with #419241

Text Example


Text Example

White with #419241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419241; }

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

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

background-color css

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

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

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

border-color css

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

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

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