Html Css Color HEX #41AD4A Fruit Salad

📋 copy color: '#41AD4A'

red 65 ◦ green 173 ◦ blue 74

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

Shades of Fruit Salad #41AD4A

Tints of Fruit Salad #41AD4A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 55.45%

 BLUE value IS 74 (29.3% from 255) = 23.72%

R = 20.83%
G = 55.45%
B = 23.72%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#41AD4A (or 0x41AD4A) is known color: Fruit Salad. HEX triplet: 41, AD and 4A. RGB value is (65,173,74). Sum of RGB (Red+Green+Blue) = 65+173+74=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 173 (67.97% from 255 or 55.45% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 173 - color contains mainly: green. Hex color #41AD4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41AD4A is #BE52B5. Grayscale: #818181. Windows color (decimal): -12473014 or 4894017. OLE color: 4894017.

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

Color convert

RGB 65 173 74 -
CMYK 0.62 0 0.57 0.32
HSL 125º 0.45% 0.47% -
HSV(B) 125º 0.62% 0.68% -
XYZ 18.36 31.51 11.59 -
YUV 129.42 96.72 82.05 -
System Red Green Blue C M Y K H S L
Decimal 65 173 74 0.62 0 0.57 0.32 125 0.45 0.47
Hex 41 AD 4A 3E 0 39 20 7D 2D 2F
Octal 101 255 112 76 0 71 40 175 55 57
Binary 1000001 10101101 1001010 111110 0 111001 100000 1111101 101101 101111

Color Harmonies of #41AD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41AD4A

Black with #41AD4A

Text Example


Text Example

White with #41AD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,173,74); }

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

background-color css

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

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

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

border-color css

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

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

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