#539A68

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

Shades of Ocean Green #539A68

Tints of Ocean Green #539A68

Color information

#539A68 (or 0x539A68) is unknown color: approx Ocean Green. HEX triplet: 53, 9A and 68. RGB value is (83,154,104). Sum of RGB (Red+Green+Blue) = 83+154+104=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 154 - color contains mainly: green. Hex color #539A68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539A68 is #AC6597. Grayscale: #7F7F7F. Windows color (decimal): -11298200 or 6855251. OLE color: 6855251.

HSL color Cylindrical-coordinate representation of color #539A68: hue angle of 137.75º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539A68 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB83154104-
CMYK0.4600.320.40
HSL137.75º29.96%46.47%-
HSV(B)137.75º46.1%60.39%-
XYZ17.6225.9517.18-
YUV127.07114.9896.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.34%
GREEN value IS 154 (60.55% from 255) = 45.16%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=24.34%
G=45.16%
B=30.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831541040.4600.320.40137.7529.9646.47
Hex539A682E020288a1e2e
Octal12323215056040502123656
Binary101001110011010110100010111001000001010001000101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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