#53926A

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

Shades of Ocean Green #53926A

Tints of Ocean Green #53926A

Color information

#53926A (or 0x53926A) is unknown color: approx Ocean Green. HEX triplet: 53, 92 and 6A. RGB value is (83,146,106). Sum of RGB (Red+Green+Blue) = 83+146+106=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 146 - color contains mainly: green. Hex color #53926A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53926A is #AC6D95. Grayscale: #7A7A7A. Windows color (decimal): -11300246 or 6984275. OLE color: 6984275.

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

Color convert

RGB83146106-
CMYK0.4300.270.43
HSL141.9º27.51%44.9%-
HSV(B)141.9º43.15%57.25%-
XYZ16.4523.4417.29-
YUV122.6118.6399.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.78%
GREEN value IS 146 (57.42% from 255) = 43.58%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=24.78%
G=43.58%
B=31.64%

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
Decimal831461060.4300.270.43141.927.5144.9
Hex53926A2B01B2B8e1c2d
Octal12322215253033532163455
Binary10100111001001011010101010110110111010111000111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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