Html Css Color HEX #41C194 Shamrock

📋 copy color: '#41C194'

red 65 ◦ green 193 ◦ blue 148

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

Shades of Shamrock #41C194

Tints of Shamrock #41C194

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.54%

 BLUE value IS 148 (58.2% from 255) = 36.45%

R = 16.01%
G = 47.54%
B = 36.45%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#41C194 (or 0x41C194) is known color: Shamrock. HEX triplet: 41, C1 and 94. RGB value is (65,193,148). Sum of RGB (Red+Green+Blue) = 65+193+148=406 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.01% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #41C194 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C194 is #BE3E6B. Grayscale: #959595. Windows color (decimal): -12467820 or 9748801. OLE color: 9748801.

HSL color Cylindrical-coordinate representation of color #41C194: hue angle of 158.91º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C194 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 65 193 148 -
CMYK 0.66 0 0.23 0.24
HSL 158.91º 0.51% 0.51% -
HSV(B) 158.91º 0.66% 0.76% -
XYZ 26.6 41.4 34.61 -
YUV 149.6 127.09 67.66 -
System Red Green Blue C M Y K H S L
Decimal 65 193 148 0.66 0 0.23 0.24 158.91 0.51 0.51
Hex 41 C1 94 42 0 17 18 9F 33 33
Octal 101 301 224 102 0 27 30 237 63 63
Binary 1000001 11000001 10010100 1000010 0 10111 11000 10011111 110011 110011

Color Harmonies of #41C194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C194

Black with #41C194

Text Example


Text Example

White with #41C194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,193,148); }

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

background-color css

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

 a { background-color: rgb(65,193,148); }

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

border-color css

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

 span { border-color: rgb(65,193,148); }

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