#53936A

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

Shades of Ocean Green #53936A

Tints of Ocean Green #53936A

Color information

#53936A (or 0x53936A) is unknown color: approx Ocean Green. HEX triplet: 53, 93 and 6A. RGB value is (83,147,106). Sum of RGB (Red+Green+Blue) = 83+147+106=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 147 - color contains mainly: green. Hex color #53936A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53936A is #AC6C95. Grayscale: #7B7B7B. Windows color (decimal): -11299990 or 6984531. OLE color: 6984531.

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

Color convert

RGB83147106-
CMYK0.4400.280.42
HSL141.56º27.83%45.1%-
HSV(B)141.56º43.54%57.65%-
XYZ16.623.7517.34-
YUV123.19118.399.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.70%
GREEN value IS 147 (57.81% from 255) = 43.75%
BLUE value IS 106 (41.80% from 255) = 31.55%
R=24.70%
G=43.75%
B=31.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831471060.4400.280.42141.5627.8345.1
Hex53936A2C01C2A8e1c2d
Octal12322315254034522163455
Binary10100111001001111010101011000111001010101000111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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