Html Css Color HEX #41963F Fruit Salad

📋 copy color: '#41963F'

red 65 ◦ green 150 ◦ blue 63

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

Shades of Fruit Salad #41963F

Tints of Fruit Salad #41963F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.96%

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

R = 23.38%
G = 53.96%
B = 22.66%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#41963F (or 0x41963F) is known color: Fruit Salad. HEX triplet: 41, 96 and 3F. RGB value is (65,150,63). Sum of RGB (Red+Green+Blue) = 65+150+63=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 150 (58.98% from 255 or 53.96% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 150 - color contains mainly: green. Hex color #41963F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41963F is #BE69C0. Grayscale: #727272. Windows color (decimal): -12478913 or 4167233. OLE color: 4167233.

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

Color convert

RGB 65 150 63 -
CMYK 0.57 0 0.58 0.41
HSL 118.62º 0.41% 0.42% -
HSV(B) 118.62º 0.58% 0.59% -
XYZ 13.98 23.3 8.46 -
YUV 114.67 98.84 92.57 -
System Red Green Blue C M Y K H S L
Decimal 65 150 63 0.57 0 0.58 0.41 118.62 0.41 0.42
Hex 41 96 3F 39 0 3A 29 77 29 2A
Octal 101 226 77 71 0 72 51 167 51 52
Binary 1000001 10010110 111111 111001 0 111010 101001 1110111 101001 101010

Color Harmonies of #41963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41963F

Black with #41963F

Text Example


Text Example

White with #41963F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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