Html Css Color HEX #41913F Fruit Salad

📋 copy color: '#41913F'

red 65 ◦ green 145 ◦ blue 63

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

Shades of Fruit Salad #41913F

Tints of Fruit Salad #41913F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 53.11%

 BLUE value IS 63 (25% from 255) = 23.08%

R = 23.81%
G = 53.11%
B = 23.08%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#41913F (or 0x41913F) is known color: Fruit Salad. HEX triplet: 41, 91 and 3F. RGB value is (65,145,63). Sum of RGB (Red+Green+Blue) = 65+145+63=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 145 (57.03% from 255 or 53.11% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 145 - color contains mainly: green. Hex color #41913F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41913F is #BE6EC0. Grayscale: #6F6F6F. Windows color (decimal): -12480193 or 4165953. OLE color: 4165953.

HSL color Cylindrical-coordinate representation of color #41913F: hue angle of 118.54º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41913F is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 145 63 -
CMYK 0.55 0 0.57 0.43
HSL 118.54º 0.39% 0.41% -
HSV(B) 118.54º 0.57% 0.57% -
XYZ 13.2 21.73 8.2 -
YUV 111.73 100.5 94.67 -
System Red Green Blue C M Y K H S L
Decimal 65 145 63 0.55 0 0.57 0.43 118.54 0.39 0.41
Hex 41 91 3F 37 0 39 2B 77 27 29
Octal 101 221 77 67 0 71 53 167 47 51
Binary 1000001 10010001 111111 110111 0 111001 101011 1110111 100111 101001

Color Harmonies of #41913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41913F

Black with #41913F

Text Example


Text Example

White with #41913F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41913F; }

 p { color: rgb(65,145,63); }

 H1.HeaderClassName
 {
   color: #41913F;
 }
 .AnyTagClassName
 {
   color: #41913F;
 }
</style>

background-color css

<style>
 a { background-color: #41913F; }

 a { background-color: rgb(65,145,63); }

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

border-color css

<style>
 span { border-color: #41913F; }

 span { border-color: rgb(65,145,63); }

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