#53956E

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

Shades of Ocean Green #53956E

Tints of Ocean Green #53956E

Color information

#53956E (or 0x53956E) is unknown color: approx Ocean Green. HEX triplet: 53, 95 and 6E. RGB value is (83,149,110). Sum of RGB (Red+Green+Blue) = 83+149+110=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #53956E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53956E is #AC6A91. Grayscale: #7C7C7C. Windows color (decimal): -11299474 or 7247187. OLE color: 7247187.

HSL color Cylindrical-coordinate representation of color #53956E: hue angle of 144.55º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #53956E is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB83149110-
CMYK0.4400.260.42
HSL144.55º28.45%45.49%-
HSV(B)144.55º44.3%58.43%-
XYZ17.1324.4618.57-
YUV124.82119.6398.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.27%
GREEN value IS 149 (58.59% from 255) = 43.57%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=24.27%
G=43.57%
B=32.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831491100.4400.260.42144.5528.4545.49
Hex53956E2C01A2A911c2d
Octal12322515654032522213455
Binary10100111001010111011101011000110101010101001000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53956E; }

 p { color: rgb(83,149,110); }

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

<style>
 a { background-color: #53956E; }

 a { background-color: rgb(83,149,110); }

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

<style>
 span { border-color: #53956E; }

 span { border-color: rgb(83,149,110); }

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