Html Css Color HEX #41A34C Fruit Salad

📋 copy color: '#41A34C'

red 65 ◦ green 163 ◦ blue 76

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

Shades of Fruit Salad #41A34C

Tints of Fruit Salad #41A34C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 53.62%

 BLUE value IS 76 (30.08% from 255) = 25%

R = 21.38%
G = 53.62%
B = 25%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#41A34C (or 0x41A34C) is known color: Fruit Salad. HEX triplet: 41, A3 and 4C. RGB value is (65,163,76). Sum of RGB (Red+Green+Blue) = 65+163+76=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 163 (64.06% from 255 or 53.62% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 163 - color contains mainly: green. Hex color #41A34C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41A34C is #BE5CB3. Grayscale: #7C7C7C. Windows color (decimal): -12475572 or 5022529. OLE color: 5022529.

HSL color Cylindrical-coordinate representation of color #41A34C: hue angle of 126.73º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41A34C is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 65 163 76 -
CMYK 0.60 0 0.53 0.36
HSL 126.73º 0.43% 0.45% -
HSV(B) 126.73º 0.6% 0.64% -
XYZ 16.58 27.84 11.34 -
YUV 123.78 101.03 86.07 -
System Red Green Blue C M Y K H S L
Decimal 65 163 76 0.60 0 0.53 0.36 126.73 0.43 0.45
Hex 41 A3 4C 3C 0 35 24 7F 2B 2D
Octal 101 243 114 74 0 65 44 177 53 55
Binary 1000001 10100011 1001100 111100 0 110101 100100 1111111 101011 101101

Color Harmonies of #41A34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41A34C

Black with #41A34C

Text Example


Text Example

White with #41A34C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,163,76); }

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

background-color css

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

 a { background-color: rgb(65,163,76); }

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

border-color css

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

 span { border-color: rgb(65,163,76); }

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