#53936D

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

Shades of Ocean Green #53936D

Tints of Ocean Green #53936D

Color information

#53936D (or 0x53936D) is unknown color: approx Ocean Green. HEX triplet: 53, 93 and 6D. RGB value is (83,147,109). Sum of RGB (Red+Green+Blue) = 83+147+109=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #53936D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53936D is #AC6C92. Grayscale: #7B7B7B. Windows color (decimal): -11299987 or 7181139. OLE color: 7181139.

HSL color Cylindrical-coordinate representation of color #53936D: hue angle of 144.38º 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 #53936D is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB83147109-
CMYK0.4400.260.42
HSL144.38º27.83%45.1%-
HSV(B)144.38º43.54%57.65%-
XYZ16.7623.8118.18-
YUV123.53119.899.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.48%
GREEN value IS 147 (57.81% from 255) = 43.36%
BLUE value IS 109 (42.97% from 255) = 32.15%
R=24.48%
G=43.36%
B=32.15%

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
Decimal831471090.4400.260.42144.3827.8345.1
Hex53936D2C01A2A901c2d
Octal12322315554032522203455
Binary10100111001001111011011011000110101010101001000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53936D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53936D; }

 p { color: rgb(83,147,109); }

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

<style>
 a { background-color: #53936D; }

 a { background-color: rgb(83,147,109); }

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

<style>
 span { border-color: #53936D; }

 span { border-color: rgb(83,147,109); }

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