#41A670

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

Shades of Ocean Green #41A670

Tints of Ocean Green #41A670

Color information

#41A670 (or 0x41A670) is unknown color: approx Ocean Green. HEX triplet: 41, A6 and 70. RGB value is (65,166,112). Sum of RGB (Red+Green+Blue) = 65+166+112=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 166 (65.23% from 255 or 48.40% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 166 - color contains mainly: green. Hex color #41A670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A670 is #BE598F. Grayscale: #818181. Windows color (decimal): -12474768 or 7382593. OLE color: 7382593.

HSL color Cylindrical-coordinate representation of color #41A670: hue angle of 147.92º 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 #41A670 is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB65166112-
CMYK0.6100.330.35
HSL147.92º43.72%45.29%-
HSV(B)147.92º60.84%65.1%-
XYZ18.7429.5720.05-
YUV129.64118.0481.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.95%
GREEN value IS 166 (65.23% from 255) = 48.40%
BLUE value IS 112 (44.14% from 255) = 32.65%
R=18.95%
G=48.40%
B=32.65%

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
Decimal651661120.6100.330.35147.9243.7245.29
Hex41A6703D02123942c2d
Octal10124616075041432245455
Binary1000001101001101110000111101010000110001110010100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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