#539673

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

Shades of Ocean Green #539673

Tints of Ocean Green #539673

Color information

#539673 (or 0x539673) is unknown color: approx Ocean Green. HEX triplet: 53, 96 and 73. RGB value is (83,150,115). Sum of RGB (Red+Green+Blue) = 83+150+115=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 150 - color contains mainly: green. Hex color #539673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539673 is #AC698C. Grayscale: #7E7E7E. Windows color (decimal): -11299213 or 7575123. OLE color: 7575123.

HSL color Cylindrical-coordinate representation of color #539673: hue angle of 148.66º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #539673 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB83150115-
CMYK0.4500.230.41
HSL148.66º28.76%45.69%-
HSV(B)148.66º44.67%58.82%-
XYZ17.5724.8920.1-
YUV125.98121.897.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.85%
GREEN value IS 150 (58.98% from 255) = 43.10%
BLUE value IS 115 (45.31% from 255) = 33.05%
R=23.85%
G=43.10%
B=33.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831501150.4500.230.41148.6628.7645.69
Hex5396732D01729951d2e
Octal12322616355027512253556
Binary10100111001011011100111011010101111010011001010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539673; }

 p { color: rgb(83,150,115); }

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

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

 a { background-color: rgb(83,150,115); }

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

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

 span { border-color: rgb(83,150,115); }

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