#53936C

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

Shades of Ocean Green #53936C

Tints of Ocean Green #53936C

Color information

#53936C (or 0x53936C) is unknown color: approx Ocean Green. HEX triplet: 53, 93 and 6C. RGB value is (83,147,108). Sum of RGB (Red+Green+Blue) = 83+147+108=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 147 - color contains mainly: green. Hex color #53936C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53936C is #AC6C93. Grayscale: #7B7B7B. Windows color (decimal): -11299988 or 7115603. OLE color: 7115603.

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

Color convert

RGB83147108-
CMYK0.4400.270.42
HSL143.44º27.83%45.1%-
HSV(B)143.44º43.54%57.65%-
XYZ16.7123.7917.9-
YUV123.42119.399.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.56%
GREEN value IS 147 (57.81% from 255) = 43.49%
BLUE value IS 108 (42.58% from 255) = 31.95%
R=24.56%
G=43.49%
B=31.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831471080.4400.270.42143.4427.8345.1
Hex53936C2C01B2A8f1c2d
Octal12322315454033522173455
Binary10100111001001111011001011000110111010101000111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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