#45A177

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

Shades of Ocean Green #45A177

Tints of Ocean Green #45A177

Color information

#45A177 (or 0x45A177) is unknown color: approx Ocean Green. HEX triplet: 45, A1 and 77. RGB value is (69,161,119). Sum of RGB (Red+Green+Blue) = 69+161+119=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 161 - color contains mainly: green. Hex color #45A177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A177 is #BA5E88. Grayscale: #808080. Windows color (decimal): -12213897 or 7840069. OLE color: 7840069.

HSL color Cylindrical-coordinate representation of color #45A177: hue angle of 152.61º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45A177 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB69161119-
CMYK0.5700.260.37
HSL152.61º40%45.1%-
HSV(B)152.61º57.14%63.14%-
XYZ18.5328.0921.9-
YUV128.7122.5285.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.77%
GREEN value IS 161 (63.28% from 255) = 46.13%
BLUE value IS 119 (46.88% from 255) = 34.10%
R=19.77%
G=46.13%
B=34.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal691611190.5700.260.37152.614045.1
Hex45A1773901A2599282d
Octal10524116771032452315055
Binary100010110100001111011111100101101010010110011001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45A177; }

 p { color: rgb(69,161,119); }

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

<style>
 a { background-color: #45A177; }

 a { background-color: rgb(69,161,119); }

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

<style>
 span { border-color: #45A177; }

 span { border-color: rgb(69,161,119); }

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