#459976

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

Shades of Ocean Green #459976

Tints of Ocean Green #459976

Color information

#459976 (or 0x459976) is unknown color: approx Ocean Green. HEX triplet: 45, 99 and 76. RGB value is (69,153,118). Sum of RGB (Red+Green+Blue) = 69+153+118=340 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.29% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #459976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459976 is #BA6689. Grayscale: #7B7B7B. Windows color (decimal): -12215946 or 7772485. OLE color: 7772485.

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

Color convert

RGB69153118-
CMYK0.5500.230.4
HSL155º37.84%43.53%-
HSV(B)155º54.9%60%-
XYZ17.1225.3621.13-
YUV123.89124.6788.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.29%
GREEN value IS 153 (60.16% from 255) = 45%
BLUE value IS 118 (46.48% from 255) = 34.71%
R=20.29%
G=45%
B=34.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal691531180.5500.230.415537.8443.53
Hex45997637017289b262c
Octal10523116667027502334654
Binary100010110011001111011011011101011110100010011011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459976; }

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

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

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

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

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

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

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

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