Html Css Color HEX #41C095 Shamrock

📋 copy color: '#41C095'

red 65 ◦ green 192 ◦ blue 149

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

Shades of Shamrock #41C095

Tints of Shamrock #41C095

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.29%

 BLUE value IS 149 (58.59% from 255) = 36.7%

R = 16.01%
G = 47.29%
B = 36.7%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#41C095 (or 0x41C095) is known color: Shamrock. HEX triplet: 41, C0 and 95. RGB value is (65,192,149). Sum of RGB (Red+Green+Blue) = 65+192+149=406 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.01% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #41C095 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C095 is #BE3F6A. Grayscale: #959595. Windows color (decimal): -12468075 or 9814081. OLE color: 9814081.

HSL color Cylindrical-coordinate representation of color #41C095: hue angle of 159.69º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C095 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 192 149 -
CMYK 0.66 0 0.22 0.25
HSL 159.69º 0.5% 0.5% -
HSV(B) 159.69º 0.66% 0.75% -
XYZ 26.45 40.99 34.95 -
YUV 149.13 127.92 68 -
System Red Green Blue C M Y K H S L
Decimal 65 192 149 0.66 0 0.22 0.25 159.69 0.5 0.5
Hex 41 C0 95 42 0 16 19 A0 32 32
Octal 101 300 225 102 0 26 31 240 62 62
Binary 1000001 11000000 10010101 1000010 0 10110 11001 10100000 110010 110010

Color Harmonies of #41C095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C095

Black with #41C095

Text Example


Text Example

White with #41C095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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