#459C76

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

Shades of Ocean Green #459C76

Tints of Ocean Green #459C76

Color information

#459C76 (or 0x459C76) is unknown color: approx Ocean Green. HEX triplet: 45, 9C and 76. RGB value is (69,156,118). Sum of RGB (Red+Green+Blue) = 69+156+118=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 156 - color contains mainly: green. Hex color #459C76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459C76 is #BA6389. Grayscale: #7D7D7D. Windows color (decimal): -12215178 or 7773253. OLE color: 7773253.

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

Color convert

RGB69156118-
CMYK0.5600.240.39
HSL153.79º38.67%44.12%-
HSV(B)153.79º55.77%61.18%-
XYZ17.6126.3521.3-
YUV125.65123.6887.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.12%
GREEN value IS 156 (61.33% from 255) = 45.48%
BLUE value IS 118 (46.48% from 255) = 34.40%
R=20.12%
G=45.48%
B=34.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal691561180.5600.240.39153.7938.6744.12
Hex459C7638018279a272c
Octal10523416670030472324754
Binary100010110011100111011011100001100010011110011010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,156,118); }

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

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

 a { background-color: rgb(69,156,118); }

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

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

 span { border-color: rgb(69,156,118); }

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