Html Css Color HEX #41953D Fruit Salad

📋 copy color: '#41953D'

red 65 ◦ green 149 ◦ blue 61

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

Shades of Fruit Salad #41953D

Tints of Fruit Salad #41953D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.18%

R = 23.64%
G = 54.18%
B = 22.18%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#41953D (or 0x41953D) is known color: Fruit Salad. HEX triplet: 41, 95 and 3D. RGB value is (65,149,61). Sum of RGB (Red+Green+Blue) = 65+149+61=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #41953D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41953D is #BE6AC2. Grayscale: #727272. Windows color (decimal): -12479171 or 4035905. OLE color: 4035905.

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

Color convert

RGB 65 149 61 -
CMYK 0.56 0 0.59 0.42
HSL 117.27º 0.42% 0.41% -
HSV(B) 117.27º 0.59% 0.58% -
XYZ 13.77 22.96 8.12 -
YUV 113.85 98.17 93.16 -
System Red Green Blue C M Y K H S L
Decimal 65 149 61 0.56 0 0.59 0.42 117.27 0.42 0.41
Hex 41 95 3D 38 0 3B 2A 75 2A 29
Octal 101 225 75 70 0 73 52 165 52 51
Binary 1000001 10010101 111101 111000 0 111011 101010 1110101 101010 101001

Color Harmonies of #41953D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41953D

Black with #41953D

Text Example


Text Example

White with #41953D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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