#53926D

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

Shades of Ocean Green #53926D

Tints of Ocean Green #53926D

Color information

#53926D (or 0x53926D) is unknown color: approx Ocean Green. HEX triplet: 53, 92 and 6D. RGB value is (83,146,109). Sum of RGB (Red+Green+Blue) = 83+146+109=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 146 - color contains mainly: green. Hex color #53926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53926D is #AC6D92. Grayscale: #7B7B7B. Windows color (decimal): -11300243 or 7180883. OLE color: 7180883.

HSL color Cylindrical-coordinate representation of color #53926D: hue angle of 144.76º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53926D is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB83146109-
CMYK0.4300.250.43
HSL144.76º27.51%44.9%-
HSV(B)144.76º43.15%57.25%-
XYZ16.6123.518.13-
YUV122.94120.1399.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.56%
GREEN value IS 146 (57.42% from 255) = 43.20%
BLUE value IS 109 (42.97% from 255) = 32.25%
R=24.56%
G=43.20%
B=32.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831461090.4300.250.43144.7627.5144.9
Hex53926D2B0192B911c2d
Octal12322215553031532213455
Binary10100111001001011011011010110110011010111001000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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