#41A866

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

Shades of Ocean Green #41A866

Tints of Ocean Green #41A866

Color information

#41A866 (or 0x41A866) is unknown color: approx Ocean Green. HEX triplet: 41, A8 and 66. RGB value is (65,168,102). Sum of RGB (Red+Green+Blue) = 65+168+102=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 168 (66.02% from 255 or 50.15% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 168 - color contains mainly: green. Hex color #41A866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A866 is #BE5799. Grayscale: #818181. Windows color (decimal): -12474266 or 6727745. OLE color: 6727745.

HSL color Cylindrical-coordinate representation of color #41A866: hue angle of 141.55º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41A866 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB65168102-
CMYK0.6100.390.34
HSL141.55º44.21%45.69%-
HSV(B)141.55º61.31%65.88%-
XYZ18.5830.0917.4-
YUV129.68112.3881.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.40%
GREEN value IS 168 (66.02% from 255) = 50.15%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=19.40%
G=50.15%
B=30.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal651681020.6100.390.34141.5544.2145.69
Hex41A8663D027228e2c2e
Octal10125014675047422165456
Binary1000001101010001100110111101010011110001010001110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,168,102); }

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

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

 a { background-color: rgb(65,168,102); }

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

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

 span { border-color: rgb(65,168,102); }

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