Html Css Color HEX #41983D Fruit Salad

📋 copy color: '#41983D'

red 65 ◦ green 152 ◦ blue 61

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

Shades of Fruit Salad #41983D

Tints of Fruit Salad #41983D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 54.68%

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

R = 23.38%
G = 54.68%
B = 21.94%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.60

 K value IS 0.40

RGB Variations

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

Color information

#41983D (or 0x41983D) is known color: Fruit Salad. HEX triplet: 41, 98 and 3D. RGB value is (65,152,61). Sum of RGB (Red+Green+Blue) = 65+152+61=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 152 (59.77% from 255 or 54.68% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 152 - color contains mainly: green. Hex color #41983D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41983D is #BE67C2. Grayscale: #737373. Windows color (decimal): -12478403 or 4036673. OLE color: 4036673.

HSL color Cylindrical-coordinate representation of color #41983D: hue angle of 117.36º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41983D is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 152 61 -
CMYK 0.57 0 0.60 0.40
HSL 117.36º 0.43% 0.42% -
HSV(B) 117.36º 0.6% 0.6% -
XYZ 14.25 23.92 8.28 -
YUV 115.61 97.18 91.9 -
System Red Green Blue C M Y K H S L
Decimal 65 152 61 0.57 0 0.60 0.40 117.36 0.43 0.42
Hex 41 98 3D 39 0 3C 28 75 2B 2A
Octal 101 230 75 71 0 74 50 165 53 52
Binary 1000001 10011000 111101 111001 0 111100 101000 1110101 101011 101010

Color Harmonies of #41983D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41983D

Black with #41983D

Text Example


Text Example

White with #41983D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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