#539B6C

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

Shades of Ocean Green #539B6C

Tints of Ocean Green #539B6C

Color information

#539B6C (or 0x539B6C) is unknown color: approx Ocean Green. HEX triplet: 53, 9B and 6C. RGB value is (83,155,108). Sum of RGB (Red+Green+Blue) = 83+155+108=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #539B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539B6C is #AC6493. Grayscale: #808080. Windows color (decimal): -11297940 or 7117651. OLE color: 7117651.

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

Color convert

RGB83155108-
CMYK0.4600.300.39
HSL140.83º30.25%46.67%-
HSV(B)140.83º46.45%60.78%-
XYZ1826.3618.33-
YUV128.11116.6595.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.99%
GREEN value IS 155 (60.94% from 255) = 44.80%
BLUE value IS 108 (42.58% from 255) = 31.21%
R=23.99%
G=44.80%
B=31.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831551080.4600.300.39140.8330.2546.67
Hex539B6C2E01E278d1e2f
Octal12323315456036472153657
Binary10100111001101111011001011100111101001111000110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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