Html Css Color HEX #41C096 Shamrock

📋 copy color: '#41C096'

red 65 ◦ green 192 ◦ blue 150

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

Shades of Shamrock #41C096

Tints of Shamrock #41C096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.86%

R = 15.97%
G = 47.17%
B = 36.86%

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

#41C096 (or 0x41C096) is known color: Shamrock. HEX triplet: 41, C0 and 96. RGB value is (65,192,150). Sum of RGB (Red+Green+Blue) = 65+192+150=407 (53% of max value = 765). Red value is 65 (25.78% from 255 or 15.97% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #41C096 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C096 is #BE3F69. Grayscale: #959595. Windows color (decimal): -12468074 or 9879617. OLE color: 9879617.

HSL color Cylindrical-coordinate representation of color #41C096: hue angle of 160.16º 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 #41C096 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 192 150 -
CMYK 0.66 0 0.22 0.25
HSL 160.16º 0.5% 0.5% -
HSV(B) 160.16º 0.66% 0.75% -
XYZ 26.53 41.03 35.37 -
YUV 149.24 128.42 67.92 -
System Red Green Blue C M Y K H S L
Decimal 65 192 150 0.66 0 0.22 0.25 160.16 0.5 0.5
Hex 41 C0 96 42 0 16 19 A0 32 32
Octal 101 300 226 102 0 26 31 240 62 62
Binary 1000001 11000000 10010110 1000010 0 10110 11001 10100000 110010 110010

Color Harmonies of #41C096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C096

Black with #41C096

Text Example


Text Example

White with #41C096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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