#41A46E

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

Shades of Ocean Green #41A46E

Tints of Ocean Green #41A46E

Color information

#41A46E (or 0x41A46E) is unknown color: approx Ocean Green. HEX triplet: 41, A4 and 6E. RGB value is (65,164,110). Sum of RGB (Red+Green+Blue) = 65+164+110=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 164 (64.45% from 255 or 48.38% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 164 - color contains mainly: green. Hex color #41A46E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A46E is #BE5B91. Grayscale: #808080. Windows color (decimal): -12475282 or 7251009. OLE color: 7251009.

HSL color Cylindrical-coordinate representation of color #41A46E: hue angle of 147.27º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41A46E is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB65164110-
CMYK0.6000.330.36
HSL147.27º43.23%44.9%-
HSV(B)147.27º60.37%64.31%-
XYZ18.2728.819.35-
YUV128.24117.782.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.17%
GREEN value IS 164 (64.45% from 255) = 48.38%
BLUE value IS 110 (43.36% from 255) = 32.45%
R=19.17%
G=48.38%
B=32.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal651641100.6000.330.36147.2743.2344.9
Hex41A46E3C02124932b2d
Octal10124415674041442235355
Binary1000001101001001101110111100010000110010010010011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,164,110); }

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

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

 a { background-color: rgb(65,164,110); }

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

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

 span { border-color: rgb(65,164,110); }

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