#45A378

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

Shades of Ocean Green #45A378

Tints of Ocean Green #45A378

Color information

#45A378 (or 0x45A378) is unknown color: approx Ocean Green. HEX triplet: 45, A3 and 78. RGB value is (69,163,120). Sum of RGB (Red+Green+Blue) = 69+163+120=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 163 (64.06% from 255 or 46.31% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 163 - color contains mainly: green. Hex color #45A378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A378 is #BA5C87. Grayscale: #828282. Windows color (decimal): -12213384 or 7906117. OLE color: 7906117.

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

Color convert

RGB69163120-
CMYK0.5800.260.36
HSL152.55º40.52%45.49%-
HSV(B)152.55º57.67%63.92%-
XYZ18.9428.8222.33-
YUV129.99122.3684.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.60%
GREEN value IS 163 (64.06% from 255) = 46.31%
BLUE value IS 120 (47.27% from 255) = 34.09%
R=19.60%
G=46.31%
B=34.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal691631200.5800.260.36152.5540.5245.49
Hex45A3783A01A2499292d
Octal10524317072032442315155
Binary100010110100011111100011101001101010010010011001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,163,120); }

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

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

 a { background-color: rgb(69,163,120); }

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

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

 span { border-color: rgb(69,163,120); }

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