#53966E

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

Shades of Ocean Green #53966E

Tints of Ocean Green #53966E

Color information

#53966E (or 0x53966E) is unknown color: approx Ocean Green. HEX triplet: 53, 96 and 6E. RGB value is (83,150,110). Sum of RGB (Red+Green+Blue) = 83+150+110=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 150 - color contains mainly: green. Hex color #53966E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53966E is #AC6991. Grayscale: #7D7D7D. Windows color (decimal): -11299218 or 7247443. OLE color: 7247443.

HSL color Cylindrical-coordinate representation of color #53966E: hue angle of 144.18º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53966E is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB83150110-
CMYK0.4500.270.41
HSL144.18º28.76%45.69%-
HSV(B)144.18º44.67%58.82%-
XYZ17.2924.7818.62-
YUV125.41119.397.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.20%
GREEN value IS 150 (58.98% from 255) = 43.73%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=24.20%
G=43.73%
B=32.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831501100.4500.270.41144.1828.7645.69
Hex53966E2D01B29901d2e
Octal12322615655033512203556
Binary10100111001011011011101011010110111010011001000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53966E; }

 p { color: rgb(83,150,110); }

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

<style>
 a { background-color: #53966E; }

 a { background-color: rgb(83,150,110); }

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

<style>
 span { border-color: #53966E; }

 span { border-color: rgb(83,150,110); }

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