#459B6E

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

Shades of Ocean Green #459B6E

Tints of Ocean Green #459B6E

Color information

#459B6E (or 0x459B6E) is unknown color: approx Ocean Green. HEX triplet: 45, 9B and 6E. RGB value is (69,155,110). Sum of RGB (Red+Green+Blue) = 69+155+110=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 155 - color contains mainly: green. Hex color #459B6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459B6E is #BA6491. Grayscale: #7C7C7C. Windows color (decimal): -12215442 or 7248709. OLE color: 7248709.

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

Color convert

RGB69155110-
CMYK0.5500.290.39
HSL148.6º38.39%43.92%-
HSV(B)148.6º55.48%60.78%-
XYZ16.9925.8318.84-
YUV124.16120.0188.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.66%
GREEN value IS 155 (60.94% from 255) = 46.41%
BLUE value IS 110 (43.36% from 255) = 32.93%
R=20.66%
G=46.41%
B=32.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal691551100.5500.290.39148.638.3943.92
Hex459B6E3701D2795262c
Octal10523315667035472254654
Binary100010110011011110111011011101110110011110010101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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