#53936E

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

Shades of Ocean Green #53936E

Tints of Ocean Green #53936E

Color information

#53936E (or 0x53936E) is unknown color: approx Ocean Green. HEX triplet: 53, 93 and 6E. RGB value is (83,147,110). Sum of RGB (Red+Green+Blue) = 83+147+110=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #53936E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53936E is #AC6C91. Grayscale: #7B7B7B. Windows color (decimal): -11299986 or 7246675. OLE color: 7246675.

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

Color convert

RGB83147110-
CMYK0.4400.250.42
HSL145.31º27.83%45.1%-
HSV(B)145.31º43.54%57.65%-
XYZ16.8223.8318.47-
YUV123.65120.399.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.41%
GREEN value IS 147 (57.81% from 255) = 43.24%
BLUE value IS 110 (43.36% from 255) = 32.35%
R=24.41%
G=43.24%
B=32.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831471100.4400.250.42145.3127.8345.1
Hex53936E2C0192A911c2d
Octal12322315654031522213455
Binary10100111001001111011101011000110011010101001000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53936E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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