Html Css Color HEX #41C094 Shamrock

📋 copy color: '#41C094'

red 65 ◦ green 192 ◦ blue 148

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

Shades of Shamrock #41C094

Tints of Shamrock #41C094

RGB

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

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

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

R = 16.05%
G = 47.41%
B = 36.54%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#41C094 (or 0x41C094) is known color: Shamrock. HEX triplet: 41, C0 and 94. RGB value is (65,192,148). Sum of RGB (Red+Green+Blue) = 65+192+148=405 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.05% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #41C094 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C094 is #BE3F6B. Grayscale: #959595. Windows color (decimal): -12468076 or 9748545. OLE color: 9748545.

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

Color convert

RGB 65 192 148 -
CMYK 0.66 0 0.23 0.25
HSL 159.21º 0.5% 0.5% -
HSV(B) 159.21º 0.66% 0.75% -
XYZ 26.37 40.96 34.53 -
YUV 149.01 127.42 68.08 -
System Red Green Blue C M Y K H S L
Decimal 65 192 148 0.66 0 0.23 0.25 159.21 0.5 0.5
Hex 41 C0 94 42 0 17 19 9F 32 32
Octal 101 300 224 102 0 27 31 237 62 62
Binary 1000001 11000000 10010100 1000010 0 10111 11001 10011111 110010 110010

Color Harmonies of #41C094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C094

Black with #41C094

Text Example


Text Example

White with #41C094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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