Html Css Color HEX #41953F Fruit Salad

📋 copy color: '#41953F'

red 65 ◦ green 149 ◦ blue 63

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

Shades of Fruit Salad #41953F

Tints of Fruit Salad #41953F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.79%

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

R = 23.47%
G = 53.79%
B = 22.74%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#41953F (or 0x41953F) is known color: Fruit Salad. HEX triplet: 41, 95 and 3F. RGB value is (65,149,63). Sum of RGB (Red+Green+Blue) = 65+149+63=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 149 (58.59% from 255 or 53.79% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 149 - color contains mainly: green. Hex color #41953F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41953F is #BE6AC0. Grayscale: #727272. Windows color (decimal): -12479169 or 4166977. OLE color: 4166977.

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

Color convert

RGB 65 149 63 -
CMYK 0.56 0 0.58 0.42
HSL 118.6º 0.41% 0.42% -
HSV(B) 118.6º 0.58% 0.58% -
XYZ 13.82 22.98 8.41 -
YUV 114.08 99.17 92.99 -
System Red Green Blue C M Y K H S L
Decimal 65 149 63 0.56 0 0.58 0.42 118.6 0.41 0.42
Hex 41 95 3F 38 0 3A 2A 77 29 2A
Octal 101 225 77 70 0 72 52 167 51 52
Binary 1000001 10010101 111111 111000 0 111010 101010 1110111 101001 101010

Color Harmonies of #41953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41953F

Black with #41953F

Text Example


Text Example

White with #41953F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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