#45A179

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

Shades of Ocean Green #45A179

Tints of Ocean Green #45A179

Color information

#45A179 (or 0x45A179) is unknown color: approx Ocean Green. HEX triplet: 45, A1 and 79. RGB value is (69,161,121). Sum of RGB (Red+Green+Blue) = 69+161+121=351 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.66% from 351); Green value is 161 (63.28% from 255 or 45.87% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 161 - color contains mainly: green. Hex color #45A179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A179 is #BA5E86. Grayscale: #818181. Windows color (decimal): -12213895 or 7971141. OLE color: 7971141.

HSL color Cylindrical-coordinate representation of color #45A179: hue angle of 153.91º 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 #45A179 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB69161121-
CMYK0.5700.250.37
HSL153.91º40%45.1%-
HSV(B)153.91º57.14%63.14%-
XYZ18.6528.1422.54-
YUV128.93123.5285.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.66%
GREEN value IS 161 (63.28% from 255) = 45.87%
BLUE value IS 121 (47.66% from 255) = 34.47%
R=19.66%
G=45.87%
B=34.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal691611210.5700.250.37153.914045.1
Hex45A17939019259a282d
Octal10524117171031452325055
Binary100010110100001111100111100101100110010110011010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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