#41A171

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

Shades of Ocean Green #41A171

Tints of Ocean Green #41A171

Color information

#41A171 (or 0x41A171) is unknown color: approx Ocean Green. HEX triplet: 41, A1 and 71. RGB value is (65,161,113). Sum of RGB (Red+Green+Blue) = 65+161+113=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 161 (63.28% from 255 or 47.49% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 161 - color contains mainly: green. Hex color #41A171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A171 is #BE5E8E. Grayscale: #7E7E7E. Windows color (decimal): -12476047 or 7446849. OLE color: 7446849.

HSL color Cylindrical-coordinate representation of color #41A171: hue angle of 150º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41A171 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB65161113-
CMYK0.6000.300.37
HSL150º42.48%44.31%-
HSV(B)150º59.63%63.14%-
XYZ17.9127.8120.05-
YUV126.82120.283.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.17%
GREEN value IS 161 (63.28% from 255) = 47.49%
BLUE value IS 113 (44.53% from 255) = 33.33%
R=19.17%
G=47.49%
B=33.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal651611130.6000.300.3715042.4844.31
Hex41A1713C01E25962a2c
Octal10124116174036452265254
Binary100000110100001111000111110001111010010110010110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,161,113); }

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

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

 a { background-color: rgb(65,161,113); }

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

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

 span { border-color: rgb(65,161,113); }

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