Html Css Color HEX #41AC4A Fruit Salad

📋 copy color: '#41AC4A'

red 65 ◦ green 172 ◦ blue 74

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

Shades of Fruit Salad #41AC4A

Tints of Fruit Salad #41AC4A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 55.31%

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

R = 20.9%
G = 55.31%
B = 23.79%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#41AC4A (or 0x41AC4A) is known color: Fruit Salad. HEX triplet: 41, AC and 4A. RGB value is (65,172,74). Sum of RGB (Red+Green+Blue) = 65+172+74=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 172 (67.58% from 255 or 55.31% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 172 - color contains mainly: green. Hex color #41AC4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41AC4A is #BE53B5. Grayscale: #818181. Windows color (decimal): -12473270 or 4893761. OLE color: 4893761.

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

Color convert

RGB 65 172 74 -
CMYK 0.62 0 0.57 0.33
HSL 125.05º 0.45% 0.46% -
HSV(B) 125.05º 0.62% 0.67% -
XYZ 18.17 31.12 11.53 -
YUV 128.84 97.05 82.47 -
System Red Green Blue C M Y K H S L
Decimal 65 172 74 0.62 0 0.57 0.33 125.05 0.45 0.46
Hex 41 AC 4A 3E 0 39 21 7D 2D 2E
Octal 101 254 112 76 0 71 41 175 55 56
Binary 1000001 10101100 1001010 111110 0 111001 100001 1111101 101101 101110

Color Harmonies of #41AC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41AC4A

Black with #41AC4A

Text Example


Text Example

White with #41AC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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