#459D6D

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

Shades of Ocean Green #459D6D

Tints of Ocean Green #459D6D

Color information

#459D6D (or 0x459D6D) is unknown color: approx Ocean Green. HEX triplet: 45, 9D and 6D. RGB value is (69,157,109). Sum of RGB (Red+Green+Blue) = 69+157+109=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 157 (61.72% from 255 or 46.87% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 157 - color contains mainly: green. Hex color #459D6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459D6D is #BA6292. Grayscale: #7D7D7D. Windows color (decimal): -12214931 or 7183685. OLE color: 7183685.

HSL color Cylindrical-coordinate representation of color #459D6D: hue angle of 147.27º 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 #459D6D is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB69157109-
CMYK0.5600.310.38
HSL147.27º38.94%44.31%-
HSV(B)147.27º56.05%61.57%-
XYZ17.2726.4818.67-
YUV125.22118.8587.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.60%
GREEN value IS 157 (61.72% from 255) = 46.87%
BLUE value IS 109 (42.97% from 255) = 32.54%
R=20.60%
G=46.87%
B=32.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691571090.5600.310.38147.2738.9444.31
Hex459D6D3801F2693272c
Octal10523515570037462234754
Binary100010110011101110110111100001111110011010010011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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