#459d6f

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

Shades of Ocean Green #459D6F

Tints of Ocean Green #459D6F

Color information

#459D6F (or 0x459D6F) is unknown color: approx Ocean Green. HEX triplet: 45, 9D and 6F. RGB value is (69,157,111). Sum of RGB (Red+Green+Blue) = 69+157+111=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 157 (61.72% from 255 or 46.59% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 157 - color contains mainly: green. Hex color #459D6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459D6F is #BA6290. Grayscale: #7D7D7D. Windows color (decimal): -12214929 or 7314757. OLE color: 7314757.

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

Color convert

RGB69157111-
CMYK0.5600.290.38
HSL148.64º38.94%44.31%-
HSV(B)148.64º56.05%61.57%-
XYZ17.3826.5319.24-
YUV125.44119.8587.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.47%
GREEN value IS 157 (61.72% from 255) = 46.59%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=20.47%
G=46.59%
B=32.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691571110.5600.290.38148.6438.9444.31
Hex459D6F3801D2695272c
Octal10523515770035462254754
Binary100010110011101110111111100001110110011010010101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459d6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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