#41A56D

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

Shades of Ocean Green #41A56D

Tints of Ocean Green #41A56D

Color information

#41A56D (or 0x41A56D) is unknown color: approx Ocean Green. HEX triplet: 41, A5 and 6D. RGB value is (65,165,109). Sum of RGB (Red+Green+Blue) = 65+165+109=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #41A56D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A56D is #BE5A92. Grayscale: #808080. Windows color (decimal): -12475027 or 7185729. OLE color: 7185729.

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

Color convert

RGB65165109-
CMYK0.6100.340.35
HSL146.4º43.48%45.1%-
HSV(B)146.4º60.61%64.71%-
XYZ18.429.1419.12-
YUV128.72116.8782.55-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.17%
GREEN value IS 165 (64.84% from 255) = 48.67%
BLUE value IS 109 (42.97% from 255) = 32.15%
R=19.17%
G=48.67%
B=32.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal651651090.6100.340.35146.443.4845.1
Hex41A56D3D02223922b2d
Octal10124515575042432225355
Binary1000001101001011101101111101010001010001110010010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,165,109); }

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

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

 a { background-color: rgb(65,165,109); }

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

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

 span { border-color: rgb(65,165,109); }

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