#41A77B

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

Shades of Ocean Green #41A77B

Tints of Ocean Green #41A77B

Color information

#41A77B (or 0x41A77B) is unknown color: approx Ocean Green. HEX triplet: 41, A7 and 7B. RGB value is (65,167,123). Sum of RGB (Red+Green+Blue) = 65+167+123=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 167 (65.62% from 255 or 47.04% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 167 - color contains mainly: green. Hex color #41A77B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A77B is #BE5884. Grayscale: #838383. Windows color (decimal): -12474501 or 8103745. OLE color: 8103745.

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

Color convert

RGB65167123-
CMYK0.6100.260.35
HSL154.12º43.97%45.49%-
HSV(B)154.12º61.08%65.49%-
XYZ19.5730.1923.53-
YUV131.49123.2180.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.31%
GREEN value IS 167 (65.62% from 255) = 47.04%
BLUE value IS 123 (48.44% from 255) = 34.65%
R=18.31%
G=47.04%
B=34.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal651671230.6100.260.35154.1243.9745.49
Hex41A77B3D01A239a2c2d
Octal10124717375032432325455
Binary100000110100111111101111110101101010001110011010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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