Html Css Color HEX #41963C Fruit Salad

📋 copy color: '#41963C'

red 65 ◦ green 150 ◦ blue 60

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

Shades of Fruit Salad #41963C

Tints of Fruit Salad #41963C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.82%

R = 23.64%
G = 54.55%
B = 21.82%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#41963C (or 0x41963C) is known color: Fruit Salad. HEX triplet: 41, 96 and 3C. RGB value is (65,150,60). Sum of RGB (Red+Green+Blue) = 65+150+60=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 150 (58.98% from 255 or 54.55% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 150 - color contains mainly: green. Hex color #41963C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41963C is #BE69C3. Grayscale: #727272. Windows color (decimal): -12478916 or 3970625. OLE color: 3970625.

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

Color convert

RGB 65 150 60 -
CMYK 0.57 0 0.6 0.41
HSL 116.67º 0.43% 0.41% -
HSV(B) 116.67º 0.6% 0.59% -
XYZ 13.9 23.26 8.03 -
YUV 114.33 97.34 92.82 -
System Red Green Blue C M Y K H S L
Decimal 65 150 60 0.57 0 0.6 0.41 116.67 0.43 0.41
Hex 41 96 3C 39 0 3C 29 75 2B 29
Octal 101 226 74 71 0 74 51 165 53 51
Binary 1000001 10010110 111100 111001 0 111100 101001 1110101 101011 101001

Color Harmonies of #41963C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41963C

Black with #41963C

Text Example


Text Example

White with #41963C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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