Html Css Color HEX #41A03D Fruit Salad

📋 copy color: '#41A03D'

red 65 ◦ green 160 ◦ blue 61

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

Shades of Fruit Salad #41A03D

Tints of Fruit Salad #41A03D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 55.94%

 BLUE value IS 61 (24.22% from 255) = 21.33%

R = 22.73%
G = 55.94%
B = 21.33%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#41A03D (or 0x41A03D) is known color: Fruit Salad. HEX triplet: 41, A0 and 3D. RGB value is (65,160,61). Sum of RGB (Red+Green+Blue) = 65+160+61=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 160 (62.89% from 255 or 55.94% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 160 - color contains mainly: green. Hex color #41A03D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41A03D is #BE5FC2. Grayscale: #787878. Windows color (decimal): -12476355 or 4038721. OLE color: 4038721.

HSL color Cylindrical-coordinate representation of color #41A03D: hue angle of 117.58º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41A03D is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB 65 160 61 -
CMYK 0.59 0 0.62 0.37
HSL 117.58º 0.45% 0.43% -
HSV(B) 117.58º 0.62% 0.63% -
XYZ 15.59 26.6 8.73 -
YUV 120.31 94.53 88.55 -
System Red Green Blue C M Y K H S L
Decimal 65 160 61 0.59 0 0.62 0.37 117.58 0.45 0.43
Hex 41 A0 3D 3B 0 3E 25 76 2D 2B
Octal 101 240 75 73 0 76 45 166 55 53
Binary 1000001 10100000 111101 111011 0 111110 100101 1110110 101101 101011

Color Harmonies of #41A03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41A03D

Black with #41A03D

Text Example


Text Example

White with #41A03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,160,61); }

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

background-color css

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

 a { background-color: rgb(65,160,61); }

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

border-color css

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

 span { border-color: rgb(65,160,61); }

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