#45A569

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

Shades of Ocean Green #45A569

Tints of Ocean Green #45A569

Color information

#45A569 (or 0x45A569) is unknown color: approx Ocean Green. HEX triplet: 45, A5 and 69. RGB value is (69,165,105). Sum of RGB (Red+Green+Blue) = 69+165+105=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #45A569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A569 is #BA5A96. Grayscale: #818181. Windows color (decimal): -12212887 or 6923589. OLE color: 6923589.

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

Color convert

RGB69165105-
CMYK0.5800.360.35
HSL142.5º41.03%45.88%-
HSV(B)142.5º58.18%64.71%-
XYZ18.4629.218.03-
YUV129.46114.284.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.35%
GREEN value IS 165 (64.84% from 255) = 48.67%
BLUE value IS 105 (41.41% from 255) = 30.97%
R=20.35%
G=48.67%
B=30.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal691651050.5800.360.35142.541.0345.88
Hex45A5693A024238e292e
Octal10524515172044432165156
Binary1000101101001011101001111010010010010001110001110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,165,105); }

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

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

 a { background-color: rgb(69,165,105); }

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

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

 span { border-color: rgb(69,165,105); }

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