#45A471

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

Shades of Ocean Green #45A471

Tints of Ocean Green #45A471

Color information

#45A471 (or 0x45A471) is unknown color: approx Ocean Green. HEX triplet: 45, A4 and 71. RGB value is (69,164,113). Sum of RGB (Red+Green+Blue) = 69+164+113=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 164 (64.45% from 255 or 47.40% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 164 - color contains mainly: green. Hex color #45A471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A471 is #BA5B8E. Grayscale: #818181. Windows color (decimal): -12213135 or 7447621. OLE color: 7447621.

HSL color Cylindrical-coordinate representation of color #45A471: hue angle of 147.79º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45A471 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB69164113-
CMYK0.5800.310.36
HSL147.79º40.77%45.69%-
HSV(B)147.79º57.93%64.31%-
XYZ18.7129.0120.24-
YUV129.78118.5384.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.94%
GREEN value IS 164 (64.45% from 255) = 47.40%
BLUE value IS 113 (44.53% from 255) = 32.66%
R=19.94%
G=47.40%
B=32.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal691641130.5800.310.36147.7940.7745.69
Hex45A4713A01F2494292e
Octal10524416172037442245156
Binary100010110100100111000111101001111110010010010100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,164,113); }

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

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

 a { background-color: rgb(69,164,113); }

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

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

 span { border-color: rgb(69,164,113); }

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