#459977

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

Shades of Ocean Green #459977

Tints of Ocean Green #459977

Color information

#459977 (or 0x459977) is unknown color: approx Ocean Green. HEX triplet: 45, 99 and 77. RGB value is (69,153,119). Sum of RGB (Red+Green+Blue) = 69+153+119=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #459977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459977 is #BA6688. Grayscale: #7C7C7C. Windows color (decimal): -12215945 or 7838021. OLE color: 7838021.

HSL color Cylindrical-coordinate representation of color #459977: hue angle of 155.71º 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 #459977 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB69153119-
CMYK0.5500.220.4
HSL155.71º37.84%43.53%-
HSV(B)155.71º54.9%60%-
XYZ17.1825.3821.45-
YUV124.01125.1788.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.23%
GREEN value IS 153 (60.16% from 255) = 44.87%
BLUE value IS 119 (46.88% from 255) = 34.90%
R=20.23%
G=44.87%
B=34.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal691531190.5500.220.4155.7137.8443.53
Hex45997737016289c262c
Octal10523116767026502344654
Binary100010110011001111011111011101011010100010011100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459977; }

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

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

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

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

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

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

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

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