#459F69

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

Shades of Ocean Green #459F69

Tints of Ocean Green #459F69

Color information

#459F69 (or 0x459F69) is unknown color: approx Ocean Green. HEX triplet: 45, 9F and 69. RGB value is (69,159,105). Sum of RGB (Red+Green+Blue) = 69+159+105=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 159 (62.5% from 255 or 47.75% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 159 - color contains mainly: green. Hex color #459F69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459F69 is #BA6096. Grayscale: #7E7E7E. Windows color (decimal): -12214423 or 6922053. OLE color: 6922053.

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

Color convert

RGB69159105-
CMYK0.5700.340.38
HSL144º39.47%44.71%-
HSV(B)144º56.6%62.35%-
XYZ17.427.0817.67-
YUV125.93116.1887.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.72%
GREEN value IS 159 (62.5% from 255) = 47.75%
BLUE value IS 105 (41.41% from 255) = 31.53%
R=20.72%
G=47.75%
B=31.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691591050.5700.340.3814439.4744.71
Hex459F69390222690272d
Octal10523715171042462204755
Binary1000101100111111101001111001010001010011010010000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,159,105); }

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

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

 a { background-color: rgb(69,159,105); }

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

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

 span { border-color: rgb(69,159,105); }

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