Html Css Color HEX #41AD35 Fruit Salad

📋 copy color: '#41AD35'

red 65 ◦ green 173 ◦ blue 53

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

Shades of Fruit Salad #41AD35

Tints of Fruit Salad #41AD35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.21%

R = 22.34%
G = 59.45%
B = 18.21%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#41AD35 (or 0x41AD35) is known color: Fruit Salad. HEX triplet: 41, AD and 35. RGB value is (65,173,53). Sum of RGB (Red+Green+Blue) = 65+173+53=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 173 (67.97% from 255 or 59.45% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 173 - color contains mainly: green. Hex color #41AD35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41AD35 is #BE52CA. Grayscale: #7F7F7F. Windows color (decimal): -12473035 or 3517761. OLE color: 3517761.

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

Color convert

RGB 65 173 53 -
CMYK 0.62 0 0.69 0.32
HSL 114º 0.53% 0.44% -
HSV(B) 114º 0.69% 0.68% -
XYZ 17.77 31.27 8.47 -
YUV 127.03 86.22 83.76 -
System Red Green Blue C M Y K H S L
Decimal 65 173 53 0.62 0 0.69 0.32 114 0.53 0.44
Hex 41 AD 35 3E 0 45 20 72 35 2C
Octal 101 255 65 76 0 105 40 162 65 54
Binary 1000001 10101101 110101 111110 0 1000101 100000 1110010 110101 101100

Color Harmonies of #41AD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41AD35

Black with #41AD35

Text Example


Text Example

White with #41AD35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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