#459D6E

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

Shades of Ocean Green #459D6E

Tints of Ocean Green #459D6E

Color information

#459D6E (or 0x459D6E) is unknown color: approx Ocean Green. HEX triplet: 45, 9D and 6E. RGB value is (69,157,110). Sum of RGB (Red+Green+Blue) = 69+157+110=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 157 (61.72% from 255 or 46.73% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 157 - color contains mainly: green. Hex color #459D6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459D6E is #BA6291. Grayscale: #7D7D7D. Windows color (decimal): -12214930 or 7249221. OLE color: 7249221.

HSL color Cylindrical-coordinate representation of color #459D6E: hue angle of 147.95º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #459D6E is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB69157110-
CMYK0.5600.300.38
HSL147.95º38.94%44.31%-
HSV(B)147.95º56.05%61.57%-
XYZ17.3326.518.95-
YUV125.33119.3587.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.54%
GREEN value IS 157 (61.72% from 255) = 46.73%
BLUE value IS 110 (43.36% from 255) = 32.74%
R=20.54%
G=46.73%
B=32.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691571100.5600.300.38147.9538.9444.31
Hex459D6E3801E2694272c
Octal10523515670036462244754
Binary100010110011101110111011100001111010011010010100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459D6E; }

 p { color: rgb(69,157,110); }

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

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

 a { background-color: rgb(69,157,110); }

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

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

 span { border-color: rgb(69,157,110); }

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