Html Css Color HEX #41AA4A Fruit Salad

📋 copy color: '#41AA4A'

red 65 ◦ green 170 ◦ blue 74

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

Shades of Fruit Salad #41AA4A

Tints of Fruit Salad #41AA4A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 55.02%

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

R = 21.04%
G = 55.02%
B = 23.95%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#41AA4A (or 0x41AA4A) is known color: Fruit Salad. HEX triplet: 41, AA and 4A. RGB value is (65,170,74). Sum of RGB (Red+Green+Blue) = 65+170+74=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #41AA4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41AA4A is #BE55B5. Grayscale: #7F7F7F. Windows color (decimal): -12473782 or 4893249. OLE color: 4893249.

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

Color convert

RGB 65 170 74 -
CMYK 0.62 0 0.56 0.33
HSL 125.14º 0.45% 0.46% -
HSV(B) 125.14º 0.62% 0.67% -
XYZ 17.79 30.37 11.4 -
YUV 127.66 97.71 83.31 -
System Red Green Blue C M Y K H S L
Decimal 65 170 74 0.62 0 0.56 0.33 125.14 0.45 0.46
Hex 41 AA 4A 3E 0 38 21 7D 2D 2E
Octal 101 252 112 76 0 70 41 175 55 56
Binary 1000001 10101010 1001010 111110 0 111000 100001 1111101 101101 101110

Color Harmonies of #41AA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41AA4A

Black with #41AA4A

Text Example


Text Example

White with #41AA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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