#469570

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

Shades of Ocean Green #469570

Tints of Ocean Green #469570

Color information

#469570 (or 0x469570) is unknown color: approx Ocean Green. HEX triplet: 46, 95 and 70. RGB value is (70,149,112). Sum of RGB (Red+Green+Blue) = 70+149+112=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #469570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469570 is #B96A8F. Grayscale: #797979. Windows color (decimal): -12151440 or 7378246. OLE color: 7378246.

HSL color Cylindrical-coordinate representation of color #469570: hue angle of 151.9º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #469570 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB70149112-
CMYK0.5300.250.42
HSL151.9º36.07%42.94%-
HSV(B)151.9º53.02%58.43%-
XYZ16.223.9719.1-
YUV121.16122.8391.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.15%
GREEN value IS 149 (58.59% from 255) = 45.02%
BLUE value IS 112 (44.14% from 255) = 33.84%
R=21.15%
G=45.02%
B=33.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701491120.5300.250.42151.936.0742.94
Hex469570350192A98242b
Octal10622516065031522304453
Binary100011010010101111000011010101100110101010011000100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469570; }

 p { color: rgb(70,149,112); }

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

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

 a { background-color: rgb(70,149,112); }

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

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

 span { border-color: rgb(70,149,112); }

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