#53926B

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

Shades of Ocean Green #53926B

Tints of Ocean Green #53926B

Color information

#53926B (or 0x53926B) is unknown color: approx Ocean Green. HEX triplet: 53, 92 and 6B. RGB value is (83,146,107). Sum of RGB (Red+Green+Blue) = 83+146+107=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 146 - color contains mainly: green. Hex color #53926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53926B is #AC6D94. Grayscale: #7A7A7A. Windows color (decimal): -11300245 or 7049811. OLE color: 7049811.

HSL color Cylindrical-coordinate representation of color #53926B: hue angle of 142.86º 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 #53926B is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB83146107-
CMYK0.4300.270.43
HSL142.86º27.51%44.9%-
HSV(B)142.86º43.15%57.25%-
XYZ16.523.4617.57-
YUV122.72119.1399.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.70%
GREEN value IS 146 (57.42% from 255) = 43.45%
BLUE value IS 107 (42.19% from 255) = 31.85%
R=24.70%
G=43.45%
B=31.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831461070.4300.270.43142.8627.5144.9
Hex53926B2B01B2B8f1c2d
Octal12322215353033532173455
Binary10100111001001011010111010110110111010111000111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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