#469773

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

Shades of Ocean Green #469773

Tints of Ocean Green #469773

Color information

#469773 (or 0x469773) is unknown color: approx Ocean Green. HEX triplet: 46, 97 and 73. RGB value is (70,151,115). Sum of RGB (Red+Green+Blue) = 70+151+115=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #469773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469773 is #B9688C. Grayscale: #7A7A7A. Windows color (decimal): -12150925 or 7575366. OLE color: 7575366.

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

Color convert

RGB70151115-
CMYK0.5400.240.41
HSL153.33º36.65%43.33%-
HSV(B)153.33º53.64%59.22%-
XYZ16.6924.6720.1-
YUV122.68123.6690.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.83%
GREEN value IS 151 (59.38% from 255) = 44.94%
BLUE value IS 115 (45.31% from 255) = 34.23%
R=20.83%
G=44.94%
B=34.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal701511150.5400.240.41153.3336.6543.33
Hex469773360182999252b
Octal10622716366030512314553
Binary100011010010111111001111011001100010100110011001100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469773; }

 p { color: rgb(70,151,115); }

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

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

 a { background-color: rgb(70,151,115); }

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

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

 span { border-color: rgb(70,151,115); }

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