#459775

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

Shades of Ocean Green #459775

Tints of Ocean Green #459775

Color information

#459775 (or 0x459775) is unknown color: approx Ocean Green. HEX triplet: 45, 97 and 75. RGB value is (69,151,117). Sum of RGB (Red+Green+Blue) = 69+151+117=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 151 - color contains mainly: green. Hex color #459775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459775 is #BA688A. Grayscale: #7A7A7A. Windows color (decimal): -12216459 or 7706437. OLE color: 7706437.

HSL color Cylindrical-coordinate representation of color #459775: hue angle of 155.12º 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 #459775 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB69151117-
CMYK0.5400.230.41
HSL155.12º37.27%43.14%-
HSV(B)155.12º54.3%59.22%-
XYZ16.7324.6820.71-
YUV122.61124.8389.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.47%
GREEN value IS 151 (59.38% from 255) = 44.81%
BLUE value IS 117 (46.09% from 255) = 34.72%
R=20.47%
G=44.81%
B=34.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal691511170.5400.230.41155.1237.2743.14
Hex45977536017299b252b
Octal10522716566027512334553
Binary100010110010111111010111011001011110100110011011100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459775; }

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

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

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

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

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

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

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

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