Html Css Color HEX #41B640 Fruit Salad

📋 copy color: '#41B640'

red 65 ◦ green 182 ◦ blue 64

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

Shades of Fruit Salad #41B640

Tints of Fruit Salad #41B640

RGB

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

 GREEN value IS 182 (71.48% from 255) = 58.52%

 BLUE value IS 64 (25.39% from 255) = 20.58%

R = 20.9%
G = 58.52%
B = 20.58%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#41B640 (or 0x41B640) is known color: Fruit Salad. HEX triplet: 41, B6 and 40. RGB value is (65,182,64). Sum of RGB (Red+Green+Blue) = 65+182+64=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 182 (71.48% from 255 or 58.52% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 182 - color contains mainly: green. Hex color #41B640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B640 is #BE49BF. Grayscale: #858585. Windows color (decimal): -12470720 or 4240961. OLE color: 4240961.

HSL color Cylindrical-coordinate representation of color #41B640: hue angle of 119.49º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41B640 is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 65 182 64 -
CMYK 0.64 0 0.65 0.29
HSL 119.49º 0.48% 0.48% -
HSV(B) 119.49º 0.65% 0.71% -
XYZ 19.83 34.95 10.55 -
YUV 133.57 88.74 79.09 -
System Red Green Blue C M Y K H S L
Decimal 65 182 64 0.64 0 0.65 0.29 119.49 0.48 0.48
Hex 41 B6 40 40 0 41 1D 77 30 30
Octal 101 266 100 100 0 101 35 167 60 60
Binary 1000001 10110110 1000000 1000000 0 1000001 11101 1110111 110000 110000

Color Harmonies of #41B640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41B640

Black with #41B640

Text Example


Text Example

White with #41B640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,182,64); }

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

background-color css

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

 a { background-color: rgb(65,182,64); }

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

border-color css

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

 span { border-color: rgb(65,182,64); }

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