#41A275

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

Shades of Ocean Green #41A275

Tints of Ocean Green #41A275

Color information

#41A275 (or 0x41A275) is unknown color: approx Ocean Green. HEX triplet: 41, A2 and 75. RGB value is (65,162,117). Sum of RGB (Red+Green+Blue) = 65+162+117=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 162 - color contains mainly: green. Hex color #41A275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A275 is #BE5D8A. Grayscale: #7F7F7F. Windows color (decimal): -12475787 or 7709249. OLE color: 7709249.

HSL color Cylindrical-coordinate representation of color #41A275: hue angle of 152.16º 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 #41A275 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB65162117-
CMYK0.6000.280.36
HSL152.16º42.73%44.51%-
HSV(B)152.16º59.88%63.53%-
XYZ18.3128.2521.32-
YUV127.87121.8683.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.90%
GREEN value IS 162 (63.67% from 255) = 47.09%
BLUE value IS 117 (46.09% from 255) = 34.01%
R=18.90%
G=47.09%
B=34.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal651621170.6000.280.36152.1642.7344.51
Hex41A2753C01C24982b2d
Octal10124216574034442305355
Binary100000110100010111010111110001110010010010011000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,162,117); }

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

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

 a { background-color: rgb(65,162,117); }

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

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

 span { border-color: rgb(65,162,117); }

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