#459C75

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

Shades of Ocean Green #459C75

Tints of Ocean Green #459C75

Color information

#459C75 (or 0x459C75) is unknown color: approx Ocean Green. HEX triplet: 45, 9C and 75. RGB value is (69,156,117). Sum of RGB (Red+Green+Blue) = 69+156+117=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 156 (61.33% from 255 or 45.61% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 156 - color contains mainly: green. Hex color #459C75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459C75 is #BA638A. Grayscale: #7D7D7D. Windows color (decimal): -12215179 or 7707717. OLE color: 7707717.

HSL color Cylindrical-coordinate representation of color #459C75: hue angle of 153.1º 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 #459C75 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB69156117-
CMYK0.5600.250.39
HSL153.1º38.67%44.12%-
HSV(B)153.1º55.77%61.18%-
XYZ17.5526.3320.99-
YUV125.54123.1887.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.18%
GREEN value IS 156 (61.33% from 255) = 45.61%
BLUE value IS 117 (46.09% from 255) = 34.21%
R=20.18%
G=45.61%
B=34.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal691561170.5600.250.39153.138.6744.12
Hex459C75380192799272c
Octal10523416570031472314754
Binary100010110011100111010111100001100110011110011001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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