Html Css Color HEX #41B03C Fruit Salad

📋 copy color: '#41B03C'

red 65 ◦ green 176 ◦ blue 60

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

Shades of Fruit Salad #41B03C

Tints of Fruit Salad #41B03C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 58.47%

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

R = 21.59%
G = 58.47%
B = 19.93%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#41B03C (or 0x41B03C) is known color: Fruit Salad. HEX triplet: 41, B0 and 3C. RGB value is (65,176,60). Sum of RGB (Red+Green+Blue) = 65+176+60=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 176 (69.14% from 255 or 58.47% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 176 - color contains mainly: green. Hex color #41B03C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41B03C is #BE4FC3. Grayscale: #818181. Windows color (decimal): -12472260 or 3977281. OLE color: 3977281.

HSL color Cylindrical-coordinate representation of color #41B03C: hue angle of 117.41º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41B03C is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 65 176 60 -
CMYK 0.63 0 0.66 0.31
HSL 117.41º 0.49% 0.46% -
HSV(B) 117.41º 0.66% 0.69% -
XYZ 18.52 32.5 9.57 -
YUV 129.59 88.73 81.93 -
System Red Green Blue C M Y K H S L
Decimal 65 176 60 0.63 0 0.66 0.31 117.41 0.49 0.46
Hex 41 B0 3C 3F 0 42 1F 75 31 2E
Octal 101 260 74 77 0 102 37 165 61 56
Binary 1000001 10110000 111100 111111 0 1000010 11111 1110101 110001 101110

Color Harmonies of #41B03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41B03C

Black with #41B03C

Text Example


Text Example

White with #41B03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41B03C; }

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

 H1.HeaderClassName
 {
   color: #41B03C;
 }
 .AnyTagClassName
 {
   color: #41B03C;
 }
</style>

background-color css

<style>
 a { background-color: #41B03C; }

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

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

border-color css

<style>
 span { border-color: #41B03C; }

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

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