#539B68

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

Shades of Ocean Green #539B68

Tints of Ocean Green #539B68

Color information

#539B68 (or 0x539B68) is unknown color: approx Ocean Green. HEX triplet: 53, 9B and 68. RGB value is (83,155,104). Sum of RGB (Red+Green+Blue) = 83+155+104=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 155 - color contains mainly: green. Hex color #539B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539B68 is #AC6497. Grayscale: #7F7F7F. Windows color (decimal): -11297944 or 6855507. OLE color: 6855507.

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

Color convert

RGB83155104-
CMYK0.4600.330.39
HSL137.5º30.25%46.67%-
HSV(B)137.5º46.45%60.78%-
XYZ17.7926.2817.23-
YUV127.66114.6596.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.27%
GREEN value IS 155 (60.94% from 255) = 45.32%
BLUE value IS 104 (41.02% from 255) = 30.41%
R=24.27%
G=45.32%
B=30.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831551040.4600.330.39137.530.2546.67
Hex539B682E021278a1e2f
Octal12323315056041472123657
Binary101001110011011110100010111001000011001111000101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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