#41A66F

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

Shades of Ocean Green #41A66F

Tints of Ocean Green #41A66F

Color information

#41A66F (or 0x41A66F) is unknown color: approx Ocean Green. HEX triplet: 41, A6 and 6F. RGB value is (65,166,111). Sum of RGB (Red+Green+Blue) = 65+166+111=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 166 - color contains mainly: green. Hex color #41A66F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A66F is #BE5990. Grayscale: #818181. Windows color (decimal): -12474769 or 7317057. OLE color: 7317057.

HSL color Cylindrical-coordinate representation of color #41A66F: hue angle of 147.33º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41A66F is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB65166111-
CMYK0.6100.330.35
HSL147.33º43.72%45.29%-
HSV(B)147.33º60.84%65.1%-
XYZ18.6929.5419.76-
YUV129.53117.5481.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.01%
GREEN value IS 166 (65.23% from 255) = 48.54%
BLUE value IS 111 (43.75% from 255) = 32.46%
R=19.01%
G=48.54%
B=32.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal651661110.6100.330.35147.3343.7245.29
Hex41A66F3D02123932c2d
Octal10124615775041432235455
Binary1000001101001101101111111101010000110001110010011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,166,111); }

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

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

 a { background-color: rgb(65,166,111); }

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

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

 span { border-color: rgb(65,166,111); }

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