Html Css Color HEX #41A14B Fruit Salad

📋 copy color: '#41A14B'

red 65 ◦ green 161 ◦ blue 75

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

Shades of Fruit Salad #41A14B

Tints of Fruit Salad #41A14B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 53.49%

 BLUE value IS 75 (29.69% from 255) = 24.92%

R = 21.59%
G = 53.49%
B = 24.92%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#41A14B (or 0x41A14B) is known color: Fruit Salad. HEX triplet: 41, A1 and 4B. RGB value is (65,161,75). Sum of RGB (Red+Green+Blue) = 65+161+75=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 161 (63.28% from 255 or 53.49% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 161 - color contains mainly: green. Hex color #41A14B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41A14B is #BE5EB4. Grayscale: #7A7A7A. Windows color (decimal): -12476085 or 4956481. OLE color: 4956481.

HSL color Cylindrical-coordinate representation of color #41A14B: hue angle of 126.25º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41A14B is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 65 161 75 -
CMYK 0.60 0 0.53 0.37
HSL 126.25º 0.42% 0.44% -
HSV(B) 126.25º 0.6% 0.63% -
XYZ 16.19 27.12 11.04 -
YUV 122.49 101.2 86.99 -
System Red Green Blue C M Y K H S L
Decimal 65 161 75 0.60 0 0.53 0.37 126.25 0.42 0.44
Hex 41 A1 4B 3C 0 35 25 7E 2A 2C
Octal 101 241 113 74 0 65 45 176 52 54
Binary 1000001 10100001 1001011 111100 0 110101 100101 1111110 101010 101100

Color Harmonies of #41A14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41A14B

Black with #41A14B

Text Example


Text Example

White with #41A14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,161,75); }

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

background-color css

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

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

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

border-color css

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

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

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