#539B6B

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

Shades of Ocean Green #539B6B

Tints of Ocean Green #539B6B

Color information

#539B6B (or 0x539B6B) is unknown color: approx Ocean Green. HEX triplet: 53, 9B and 6B. RGB value is (83,155,107). Sum of RGB (Red+Green+Blue) = 83+155+107=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 155 - color contains mainly: green. Hex color #539B6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539B6B is #AC6494. Grayscale: #808080. Windows color (decimal): -11297941 or 7052115. OLE color: 7052115.

HSL color Cylindrical-coordinate representation of color #539B6B: hue angle of 140º 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 #539B6B is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB83155107-
CMYK0.4600.310.39
HSL140º30.25%46.67%-
HSV(B)140º46.45%60.78%-
XYZ17.9426.3418.05-
YUV128116.1595.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.06%
GREEN value IS 155 (60.94% from 255) = 44.93%
BLUE value IS 107 (42.19% from 255) = 31.01%
R=24.06%
G=44.93%
B=31.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831551070.4600.310.3914030.2546.67
Hex539B6B2E01F278c1e2f
Octal12323315356037472143657
Binary10100111001101111010111011100111111001111000110011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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