#459972

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

Shades of Ocean Green #459972

Tints of Ocean Green #459972

Color information

#459972 (or 0x459972) is unknown color: approx Ocean Green. HEX triplet: 45, 99 and 72. RGB value is (69,153,114). Sum of RGB (Red+Green+Blue) = 69+153+114=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #459972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459972 is #BA668D. Grayscale: #7B7B7B. Windows color (decimal): -12215950 or 7510341. OLE color: 7510341.

HSL color Cylindrical-coordinate representation of color #459972: hue angle of 152.14º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459972 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB69153114-
CMYK0.5500.250.4
HSL152.14º37.84%43.53%-
HSV(B)152.14º54.9%60%-
XYZ16.8825.2619.91-
YUV123.44122.6789.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.54%
GREEN value IS 153 (60.16% from 255) = 45.54%
BLUE value IS 114 (44.92% from 255) = 33.93%
R=20.54%
G=45.54%
B=33.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal691531140.5500.250.4152.1437.8443.53
Hex459972370192898262c
Octal10523116267031502304654
Binary100010110011001111001011011101100110100010011000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459972; }

 p { color: rgb(69,153,114); }

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

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

 a { background-color: rgb(69,153,114); }

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

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

 span { border-color: rgb(69,153,114); }

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