#41B075

Color #41B075 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #41B075

Tints of Medium Sea Green #41B075

Color information

#41B075 (or 0x41B075) is unknown color: approx Medium Sea Green. HEX triplet: 41, B0 and 75. RGB value is (65,176,117). Sum of RGB (Red+Green+Blue) = 65+176+117=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 176 (69.14% from 255 or 49.16% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 176 - color contains mainly: green. Hex color #41B075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41B075 is #BE4F8A. Grayscale: #888888. Windows color (decimal): -12472203 or 7712833. OLE color: 7712833.

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

Color convert

RGB65176117-
CMYK0.6300.340.31
HSL148.11º46.06%47.25%-
HSV(B)148.11º63.07%69.02%-
XYZ20.9233.4622.19-
YUV136.08117.2377.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.16%
GREEN value IS 176 (69.14% from 255) = 49.16%
BLUE value IS 117 (46.09% from 255) = 32.68%
R=18.16%
G=49.16%
B=32.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal651761170.6300.340.31148.1146.0647.25
Hex41B0753F0221F942e2f
Octal10126016577042372245657
Binary100000110110000111010111111101000101111110010100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #41B075;
 }
 .AnyTagClassName
 {
   color: #41B075;
 }
</style>
background-color css

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

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

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

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

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

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