#41A46C

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

Shades of Ocean Green #41A46C

Tints of Ocean Green #41A46C

Color information

#41A46C (or 0x41A46C) is unknown color: approx Ocean Green. HEX triplet: 41, A4 and 6C. RGB value is (65,164,108). Sum of RGB (Red+Green+Blue) = 65+164+108=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 164 (64.45% from 255 or 48.66% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 164 - color contains mainly: green. Hex color #41A46C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A46C is #BE5B93. Grayscale: #808080. Windows color (decimal): -12475284 or 7119937. OLE color: 7119937.

HSL color Cylindrical-coordinate representation of color #41A46C: hue angle of 146.06º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41A46C is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB65164108-
CMYK0.6000.340.36
HSL146.06º43.23%44.9%-
HSV(B)146.06º60.37%64.31%-
XYZ18.1628.7618.78-
YUV128.02116.783.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.29%
GREEN value IS 164 (64.45% from 255) = 48.66%
BLUE value IS 108 (42.58% from 255) = 32.05%
R=19.29%
G=48.66%
B=32.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal651641080.6000.340.36146.0643.2344.9
Hex41A46C3C02224922b2d
Octal10124415474042442225355
Binary1000001101001001101100111100010001010010010010010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,164,108); }

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

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

 a { background-color: rgb(65,164,108); }

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

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

 span { border-color: rgb(65,164,108); }

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