Html Css Color HEX #41AB49 Fruit Salad

📋 copy color: '#41AB49'

red 65 ◦ green 171 ◦ blue 73

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

Shades of Fruit Salad #41AB49

Tints of Fruit Salad #41AB49

RGB

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

 GREEN value IS 171 (67.19% from 255) = 55.34%

 BLUE value IS 73 (28.91% from 255) = 23.62%

R = 21.04%
G = 55.34%
B = 23.62%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#41AB49 (or 0x41AB49) is known color: Fruit Salad. HEX triplet: 41, AB and 49. RGB value is (65,171,73). Sum of RGB (Red+Green+Blue) = 65+171+73=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 171 (67.19% from 255 or 55.34% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 171 - color contains mainly: green. Hex color #41AB49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41AB49 is #BE54B6. Grayscale: #808080. Windows color (decimal): -12473527 or 4827969. OLE color: 4827969.

HSL color Cylindrical-coordinate representation of color #41AB49: hue angle of 124.53º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41AB49 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 171 73 -
CMYK 0.62 0 0.57 0.33
HSL 124.53º 0.45% 0.46% -
HSV(B) 124.53º 0.62% 0.67% -
XYZ 17.95 30.73 11.29 -
YUV 128.13 96.88 82.97 -
System Red Green Blue C M Y K H S L
Decimal 65 171 73 0.62 0 0.57 0.33 124.53 0.45 0.46
Hex 41 AB 49 3E 0 39 21 7D 2D 2E
Octal 101 253 111 76 0 71 41 175 55 56
Binary 1000001 10101011 1001001 111110 0 111001 100001 1111101 101101 101110

Color Harmonies of #41AB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41AB49

Black with #41AB49

Text Example


Text Example

White with #41AB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41AB49; }

 p { color: rgb(65,171,73); }

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

background-color css

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

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

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

border-color css

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

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

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