#53976C

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

Shades of Ocean Green #53976C

Tints of Ocean Green #53976C

Color information

#53976C (or 0x53976C) is unknown color: approx Ocean Green. HEX triplet: 53, 97 and 6C. RGB value is (83,151,108). Sum of RGB (Red+Green+Blue) = 83+151+108=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 151 - color contains mainly: green. Hex color #53976C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53976C is #AC6893. Grayscale: #7D7D7D. Windows color (decimal): -11298964 or 7116627. OLE color: 7116627.

HSL color Cylindrical-coordinate representation of color #53976C: hue angle of 142.06º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53976C is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB83151108-
CMYK0.4500.280.41
HSL142.06º29.06%45.88%-
HSV(B)142.06º45.03%59.22%-
XYZ17.3425.0518.11-
YUV125.77117.9797.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.27%
GREEN value IS 151 (59.38% from 255) = 44.15%
BLUE value IS 108 (42.58% from 255) = 31.58%
R=24.27%
G=44.15%
B=31.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831511080.4500.280.41142.0629.0645.88
Hex53976C2D01C298e1d2e
Octal12322715455034512163556
Binary10100111001011111011001011010111001010011000111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53976C; }

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

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

<style>
 a { background-color: #53976C; }

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

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

<style>
 span { border-color: #53976C; }

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

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