#539B6E

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

Shades of Ocean Green #539B6E

Tints of Ocean Green #539B6E

Color information

#539B6E (or 0x539B6E) is unknown color: approx Ocean Green. HEX triplet: 53, 9B and 6E. RGB value is (83,155,110). Sum of RGB (Red+Green+Blue) = 83+155+110=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 155 (60.94% from 255 or 44.54% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 155 - color contains mainly: green. Hex color #539B6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539B6E is #AC6491. Grayscale: #808080. Windows color (decimal): -11297938 or 7248723. OLE color: 7248723.

HSL color Cylindrical-coordinate representation of color #539B6E: hue angle of 142.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539B6E is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB83155110-
CMYK0.4600.290.39
HSL142.5º30.25%46.67%-
HSV(B)142.5º46.45%60.78%-
XYZ18.126.4118.89-
YUV128.34117.6595.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.85%
GREEN value IS 155 (60.94% from 255) = 44.54%
BLUE value IS 110 (43.36% from 255) = 31.61%
R=23.85%
G=44.54%
B=31.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831551100.4600.290.39142.530.2546.67
Hex539B6E2E01D278e1e2f
Octal12323315656035472163657
Binary10100111001101111011101011100111011001111000111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539B6E; }

 p { color: rgb(83,155,110); }

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

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

 a { background-color: rgb(83,155,110); }

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

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

 span { border-color: rgb(83,155,110); }

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