#459C70

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

Shades of Ocean Green #459C70

Tints of Ocean Green #459C70

Color information

#459C70 (or 0x459C70) is unknown color: approx Ocean Green. HEX triplet: 45, 9C and 70. RGB value is (69,156,112). Sum of RGB (Red+Green+Blue) = 69+156+112=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 156 (61.33% from 255 or 46.29% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 156 - color contains mainly: green. Hex color #459C70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459C70 is #BA638F. Grayscale: #7D7D7D. Windows color (decimal): -12215184 or 7380037. OLE color: 7380037.

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

Color convert

RGB69156112-
CMYK0.5600.280.39
HSL149.66º38.67%44.12%-
HSV(B)149.66º55.77%61.18%-
XYZ17.2726.2119.48-
YUV124.97120.6888.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.47%
GREEN value IS 156 (61.33% from 255) = 46.29%
BLUE value IS 112 (44.14% from 255) = 33.23%
R=20.47%
G=46.29%
B=33.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal691561120.5600.280.39149.6638.6744.12
Hex459C703801C2796272c
Octal10523416070034472264754
Binary100010110011100111000011100001110010011110010110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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