#459773

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

Shades of Ocean Green #459773

Tints of Ocean Green #459773

Color information

#459773 (or 0x459773) is unknown color: approx Ocean Green. HEX triplet: 45, 97 and 73. RGB value is (69,151,115). Sum of RGB (Red+Green+Blue) = 69+151+115=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 151 - color contains mainly: green. Hex color #459773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459773 is #BA688C. Grayscale: #7A7A7A. Windows color (decimal): -12216461 or 7575365. OLE color: 7575365.

HSL color Cylindrical-coordinate representation of color #459773: hue angle of 153.66º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #459773 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB69151115-
CMYK0.5400.240.41
HSL153.66º37.27%43.14%-
HSV(B)153.66º54.3%59.22%-
XYZ16.6224.6420.1-
YUV122.38123.8389.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.60%
GREEN value IS 151 (59.38% from 255) = 45.07%
BLUE value IS 115 (45.31% from 255) = 34.33%
R=20.60%
G=45.07%
B=34.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal691511150.5400.240.41153.6637.2743.14
Hex45977336018299a252b
Octal10522716366030512324553
Binary100010110010111111001111011001100010100110011010100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459773; }

 p { color: rgb(69,151,115); }

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

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

 a { background-color: rgb(69,151,115); }

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

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

 span { border-color: rgb(69,151,115); }

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