#459771

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

Shades of Ocean Green #459771

Tints of Ocean Green #459771

Color information

#459771 (or 0x459771) is unknown color: approx Ocean Green. HEX triplet: 45, 97 and 71. RGB value is (69,151,113). Sum of RGB (Red+Green+Blue) = 69+151+113=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 151 - color contains mainly: green. Hex color #459771 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459771 is #BA688E. Grayscale: #7A7A7A. Windows color (decimal): -12216463 or 7444293. OLE color: 7444293.

HSL color Cylindrical-coordinate representation of color #459771: hue angle of 152.2º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #459771 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB69151113-
CMYK0.5400.250.41
HSL152.2º37.27%43.14%-
HSV(B)152.2º54.3%59.22%-
XYZ16.524.5919.5-
YUV122.15122.8390.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.72%
GREEN value IS 151 (59.38% from 255) = 45.35%
BLUE value IS 113 (44.53% from 255) = 33.93%
R=20.72%
G=45.35%
B=33.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal691511130.5400.250.41152.237.2743.14
Hex459771360192998252b
Octal10522716166031512304553
Binary100010110010111111000111011001100110100110011000100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459771; }

 p { color: rgb(69,151,113); }

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

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

 a { background-color: rgb(69,151,113); }

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

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

 span { border-color: rgb(69,151,113); }

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