#41A769

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

Shades of Ocean Green #41A769

Tints of Ocean Green #41A769

Color information

#41A769 (or 0x41A769) is unknown color: approx Ocean Green. HEX triplet: 41, A7 and 69. RGB value is (65,167,105). Sum of RGB (Red+Green+Blue) = 65+167+105=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 167 (65.62% from 255 or 49.55% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 167 - color contains mainly: green. Hex color #41A769 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A769 is #BE5896. Grayscale: #818181. Windows color (decimal): -12474519 or 6924097. OLE color: 6924097.

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

Color convert

RGB65167105-
CMYK0.6100.370.35
HSL143.53º43.97%45.49%-
HSV(B)143.53º61.08%65.49%-
XYZ18.5529.7818.14-
YUV129.43114.2182.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.29%
GREEN value IS 167 (65.62% from 255) = 49.55%
BLUE value IS 105 (41.41% from 255) = 31.16%
R=19.29%
G=49.55%
B=31.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal651671050.6100.370.35143.5343.9745.49
Hex41A7693D02523902c2d
Octal10124715175045432205455
Binary1000001101001111101001111101010010110001110010000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,167,105); }

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

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

 a { background-color: rgb(65,167,105); }

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

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

 span { border-color: rgb(65,167,105); }

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