Html Css Color HEX #41AB48 Fruit Salad

📋 copy color: '#41AB48'

red 65 ◦ green 171 ◦ blue 72

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

Shades of Fruit Salad #41AB48

Tints of Fruit Salad #41AB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.38%

R = 21.1%
G = 55.52%
B = 23.38%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#41AB48 (or 0x41AB48) is known color: Fruit Salad. HEX triplet: 41, AB and 48. RGB value is (65,171,72). Sum of RGB (Red+Green+Blue) = 65+171+72=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #41AB48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41AB48 is #BE54B7. Grayscale: #808080. Windows color (decimal): -12473528 or 4762433. OLE color: 4762433.

HSL color Cylindrical-coordinate representation of color #41AB48: hue angle of 123.96º 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 #41AB48 is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 171 72 -
CMYK 0.62 0 0.58 0.33
HSL 123.96º 0.45% 0.46% -
HSV(B) 123.96º 0.62% 0.67% -
XYZ 17.91 30.72 11.12 -
YUV 128.02 96.38 83.05 -
System Red Green Blue C M Y K H S L
Decimal 65 171 72 0.62 0 0.58 0.33 123.96 0.45 0.46
Hex 41 AB 48 3E 0 3A 21 7C 2D 2E
Octal 101 253 110 76 0 72 41 174 55 56
Binary 1000001 10101011 1001000 111110 0 111010 100001 1111100 101101 101110

Color Harmonies of #41AB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41AB48

Black with #41AB48

Text Example


Text Example

White with #41AB48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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