#459975

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

Shades of Ocean Green #459975

Tints of Ocean Green #459975

Color information

#459975 (or 0x459975) is unknown color: approx Ocean Green. HEX triplet: 45, 99 and 75. RGB value is (69,153,117). Sum of RGB (Red+Green+Blue) = 69+153+117=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #459975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459975 is #BA668A. Grayscale: #7B7B7B. Windows color (decimal): -12215947 or 7706949. OLE color: 7706949.

HSL color Cylindrical-coordinate representation of color #459975: hue angle of 154.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459975 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB69153117-
CMYK0.5500.240.4
HSL154.29º37.84%43.53%-
HSV(B)154.29º54.9%60%-
XYZ17.0625.3320.82-
YUV123.78124.1788.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.35%
GREEN value IS 153 (60.16% from 255) = 45.13%
BLUE value IS 117 (46.09% from 255) = 34.51%
R=20.35%
G=45.13%
B=34.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal691531170.5500.240.4154.2937.8443.53
Hex45997537018289a262c
Octal10523116567030502324654
Binary100010110011001111010111011101100010100010011010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459975; }

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

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

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

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

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

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

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

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